Flutter
archive_io
InputStreamBase
readBytes abstract method
readBytes
readBytes
method
Null safety
InputStreamBase
readBytes
(
int
count
)
Read
count
bytes from the stream.
Implementation
InputStreamBase readBytes(int count);
Flutter
archive_io
InputStreamBase
readBytes 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 ==