Flutter
archive_io
InputStream
length property
length
length
property
Null safety
int
length
override
How many bytes are left in the stream.
Implementation
@override int get length => _length - (offset - start);
Flutter
archive_io
InputStream
length property
InputStream class
Constructors
InputStream
from
Properties
buffer
byteOrder
hashCode
isEOS
length
offset
position
runtimeType
start
Methods
close
indexOf
noSuchMethod
peekBytes
readByte
readBytes
readString
readUint16
readUint24
readUint32
readUint64
reset
rewind
skip
subset
toString
toUint8List
Operators
operator ==
operator []