menu
yjy_image_3_3_0 package
documentation
image.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());
yjy_image_3_3_0 package
documentation
image
InputBuffer
readInt16 method
InputBuffer class