menu
data_serializer package
documentation
data_serializer_io.dart
BytesIO
readBytes abstract method
readBytes abstract method
dark_mode
light_mode
readBytes
abstract method
Uint8List
readBytes
(
int
length
)
Reads an
Uint8List
of
length
.
Implementation
Uint8List readBytes(int length);
data_serializer package
documentation
data_serializer_io
BytesIO
readBytes abstract method
BytesIO class