menu
nitro package
documentation
nitro.dart
RecordReaderBase
readInt32 method
readInt32 method
dark_mode
light_mode
readInt32
method
int
readInt32
(
)
Implementation
int readInt32() { final v = _data.getInt32(_pos, Endian.little); _pos += 4; return v; }
nitro package
documentation
nitro
RecordReaderBase
readInt32 method
RecordReaderBase class