Flutter
archive_io
InputStreamBase
skip abstract method
skip
skip
method
Null safety
void
skip
(
int
length
)
Move the read position by
count
bytes.
Implementation
void skip(int length);
Flutter
archive_io
InputStreamBase
skip 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 ==