Flutter
archive_io
InputStreamBase
readUint24 abstract method
readUint24
readUint24
method
Null safety
int
readUint24
(
)
Read a 24-bit word from the stream.
Implementation
int readUint24();
Flutter
archive_io
InputStreamBase
readUint24 abstract method
InputStreamBase class
Constructors
InputStreamBase
Properties
hashCode
isEOS
length
position
runtimeType
Methods
close
noSuchMethod
peekBytes
readByte
readBytes
readString
readUint16
readUint24
readUint32
readUint64
reset
rewind
skip
subset
toString
toUint8List
Operators
operator ==