Flutter
archive_io
InputStreamBase
isEOS property
isEOS
isEOS
property
Null safety
bool
isEOS
Is the current position at the end of the stream?
Implementation
bool get isEOS;
Flutter
archive_io
InputStreamBase
isEOS property
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 ==