Flutter
archive_io
OutputStreamBase
writeUint16 abstract method
writeUint16
writeUint16
method
Null safety
void
writeUint16
(
int
value
)
Write a 16-bit word to the output stream.
Implementation
void writeUint16(int value);
Flutter
archive_io
OutputStreamBase
writeUint16 abstract method
OutputStreamBase class
Constructors
OutputStreamBase
Properties
hashCode
length
runtimeType
Methods
flush
noSuchMethod
toString
writeByte
writeBytes
writeInputStream
writeUint16
writeUint32
Operators
operator ==