Flutter
archive_io
InputStreamBase
length property
length
length
property
Null safety
int
length
How many bytes are left in the stream.
Implementation
int get length;
Flutter
archive_io
InputStreamBase
length 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 ==