Flutter
archive_io
Bz2BitWriter
writeByte method
writeByte
writeByte
method
Null safety
void
writeByte
(
int
byte
)
Implementation
void writeByte(int byte) => writeBits(8, byte);
Flutter
archive_io
Bz2BitWriter
writeByte method
Bz2BitWriter class
Constructors
Bz2BitWriter
Properties
hashCode
output
runtimeType
Methods
flush
noSuchMethod
toString
writeBits
writeByte
writeBytes
writeUint16
writeUint24
writeUint32
Operators
operator ==