menu
pro_image_editor package
documentation
plugins/image/src/util/input_buffer.dart
InputBuffer
readInt16 method
readInt16 method
dark_mode
light_mode
readInt16
method
int
readInt16
(
)
Read a 16-bit word from the stream.
Implementation
int readInt16() => uint16ToInt16(readUint16());
pro_image_editor package
documentation
plugins/image/src/util/input_buffer
InputBuffer
readInt16 method
InputBuffer class