menu
pro_image_editor package
documentation
plugins/image/src/util/input_buffer.dart
InputBuffer
readInt32 method
readInt32 method
dark_mode
light_mode
readInt32
method
int
readInt32
(
)
Read a signed 32-bit integer from the stream.
Implementation
int readInt32() => uint32ToInt32(readUint32());
pro_image_editor package
documentation
plugins/image/src/util/input_buffer
InputBuffer
readInt32 method
InputBuffer class