Bz2BitWriter class Null safety
Constructors
- Bz2BitWriter(OutputStream output)
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- output ↔ OutputStream
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
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 non-existent 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