menu
data_serializer package
documentation
data_serializer_io.dart
BytesIO
ensureCapacity abstract method
ensureCapacity abstract method
dark_mode
light_mode
ensureCapacity
abstract method
void
ensureCapacity
(
int
needed
)
Ensures that
capacity
can store the
needed
bytes.
Implementation
void ensureCapacity(int needed);
data_serializer package
documentation
data_serializer_io
BytesIO
ensureCapacity abstract method
BytesIO class