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