menu
data_serializer package
documentation
data_serializer_io.dart
BytesIO
writeByte abstract method
writeByte abstract method
dark_mode
light_mode
writeByte
abstract method
int
writeByte
(
int
b
)
Writes 1 byte. Increments
position
by 1.
Implementation
int writeByte(int b);
data_serializer package
documentation
data_serializer_io
BytesIO
writeByte abstract method
BytesIO class