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