menu
jetleaf_lang package
documentation
lang.dart
ByteArrayOutputStream
size method
size method
dark_mode
light_mode
size
method
int
size
(
)
Returns the current size of the buffer (number of bytes written).
Implementation
int size() => _count;
jetleaf_lang package
documentation
lang
ByteArrayOutputStream
size method
ByteArrayOutputStream class