ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/CBOR-XS/XS.pm
(Generate patch)

Comparing CBOR-XS/XS.pm (file contents):
Revision 1.60 by root, Tue Apr 26 16:26:24 2016 UTC vs.
Revision 1.61 by root, Wed Jul 27 05:40:29 2016 UTC

440 440
441Resets the incremental decoder. This throws away any saved state, so that 441Resets the incremental decoder. This throws away any saved state, so that
442subsequent calls to C<incr_parse> or C<incr_parse_multiple> start to parse 442subsequent calls to C<incr_parse> or C<incr_parse_multiple> start to parse
443a new CBOR value from the beginning of the C<$buffer> again. 443a new CBOR value from the beginning of the C<$buffer> again.
444 444
445This method can be caled at any time, but it I<must> be called if you want 445This method can be called at any time, but it I<must> be called if you want
446to change your C<$buffer> or there was a decoding error and you want to 446to change your C<$buffer> or there was a decoding error and you want to
447reuse the C<$cbor> object for future incremental parsings. 447reuse the C<$cbor> object for future incremental parsings.
448 448
449=back 449=back
450 450

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines