menu
pro_image_editor package
documentation
plugins/image/src/util/input_buffer.dart
InputBuffer
length property
length property
dark_mode
light_mode
length
property
int
get
length
How many bytes are left in the stream.
Implementation
int get length => end - offset;
pro_image_editor package
documentation
plugins/image/src/util/input_buffer
InputBuffer
length property
InputBuffer class