Flutter
archive_io
InputFileStream
length property
length
length
property
Null safety
int
length
override
How many bytes are left in the stream.
Implementation
@override int get length => _fileSize;
Flutter
archive_io
InputFileStream
length property
InputFileStream class
Constructors
InputFileStream
clone
Properties
bufferPosition
bufferRemaining
bufferSize
byteOrder
fileRemaining
hashCode
isEOS
length
path
position
runtimeType
Methods
close
noSuchMethod
peekBytes
readByte
readBytes
readString
readUint16
readUint24
readUint32
readUint64
reset
rewind
skip
subset
toString
toUint8List
Operators
operator ==
Constants
kDefaultBufferSize