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