menu
digicoinlib package
documentation
digicoinlib.dart
BytesReader
readUInt8 method
readUInt8 method
dark_mode
light_mode
readUInt8
method
int
readUInt8
(
)
Implementation
int readUInt8() => _requireBytes(1, () => bytes.getUint8(offset++));
digicoinlib package
documentation
digicoinlib
BytesReader
readUInt8 method
BytesReader class