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