menu
data_serializer package
documentation
data_serializer_io.dart
BytesBuffer
seek method
seek method
dark_mode
light_mode
seek
method
int
seek
(
int
position
)
Changes the read/write cursor
position
.
Implementation
int seek(int position) => bytesIO.seek(position);
data_serializer package
documentation
data_serializer_io
BytesBuffer
seek method
BytesBuffer class