menu
data_serializer package
documentation
data_serializer_io.dart
BytesBuffer
readByte method
readByte method
dark_mode
light_mode
readByte
method
int
readByte
(
)
Reads 1 byte. Increments
position
by 1.
Implementation
int readByte() => bytesIO.readByte();
data_serializer package
documentation
data_serializer_io
BytesBuffer
readByte method
BytesBuffer class