menu
digicoinlib package
documentation
digicoinlib.dart
BytesReader
readUInt32 method
readUInt32 method
dark_mode
light_mode
readUInt32
method
int
readUInt32
(
)
Implementation
int readUInt32() => _requireBytes( 4, () => bytes.getUint32((offset += 4) - 4, Endian.little), );
digicoinlib package
documentation
digicoinlib
BytesReader
readUInt32 method
BytesReader class