Flutter
archive_io
InputStreamBase
readByte abstract method
readByte
readByte
method
Null safety
int
readByte
(
)
Read a single byte.
Implementation
int readByte();
Flutter
archive_io
InputStreamBase
readByte 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 ==