Flutter
archive_io
OutputStream
clear method
clear
clear
method
Null safety
void
clear
(
)
Clear the buffer.
Implementation
void clear() { _buffer = Uint8List(_blockSize); length = 0; }
Flutter
archive_io
OutputStream
clear method
OutputStream class
Constructors
OutputStream
Properties
byteOrder
hashCode
length
runtimeType
Methods
clear
flush
getBytes
noSuchMethod
reset
subset
toString
writeByte
writeBytes
writeInputStream
writeUint16
writeUint32
Operators
operator ==