menu
data_serializer package
documentation
data_serializer_io.dart
BytesIO
writeAllBytes abstract method
writeAllBytes abstract method
dark_mode
light_mode
writeAllBytes
abstract method
int
writeAllBytes
(
Uint8List
bytes
)
Writes all the
bytes
into this buffer.
Implementation
int writeAllBytes(Uint8List bytes);
data_serializer package
documentation
data_serializer_io
BytesIO
writeAllBytes abstract method
BytesIO class