menu
data_serializer package
documentation
data_serializer_io.dart
BytesBuffer
reset method
reset method
dark_mode
light_mode
reset
method
void
reset
(
)
Resets this buffer. Sets the
length
and
position
to
0
.
Implementation
void reset() => bytesIO.reset();
data_serializer package
documentation
data_serializer_io
BytesBuffer
reset method
BytesBuffer class