menu
yjy_flutter_printer_plus package
documentation
flutter_printer_plus.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());
yjy_flutter_printer_plus package
documentation
flutter_printer_plus
InputBuffer
readInt32 method
InputBuffer class