menu
mochimo_wots package
documentation
core/model/byte_buffer.dart
ByteBuffer
capacity method
capacity method
dark_mode
light_mode
capacity
method
int
capacity
(
)
Returns this buffer's capacity
Implementation
int capacity() { return _buf.length; }
mochimo_wots package
documentation
core/model/byte_buffer
ByteBuffer
capacity method
ByteBuffer class