menu
data_serializer package
documentation
data_serializer_io.dart
BitsBuffer
readByte method
readByte method
dark_mode
light_mode
readByte
method
int
readByte
(
)
Reads a byte.
Implementation
int readByte() => readBits(8);
data_serializer package
documentation
data_serializer_io
BitsBuffer
readByte method
BitsBuffer class