Flutter
archive_io
InputStreamBase
close method
close
close
method
Null safety
Future
<
void
>
close
(
)
Asynchronously closes the input stream.
Implementation
Future<void> close() async {}
Flutter
archive_io
InputStreamBase
close 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 ==