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