Flutter
archive_io
InputStreamBase
readUint32 abstract method
readUint32
readUint32
method
Null safety
int
readUint32
(
)
Read a 32-bit word from the stream.
Implementation
int readUint32();
Flutter
archive_io
InputStreamBase
readUint32 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 ==