Bz2BitWriter class

Constructors

Bz2BitWriter(OutputStream output)

Properties

hashCode int
The hash code for this object.
no setterinherited
output OutputStream
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

flush() → void
Write any remaining bits from the buffer to the output, padding the remainder of the byte with 0's.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
writeBits(int numBits, int value) → void
writeByte(int byte) → void
writeBytes(List<int> bytes) → void
writeUint16(int value) → void
writeUint24(int value) → void
writeUint32(int value) → void

Operators

operator ==(Object other) bool
The equality operator.
inherited