BitBufferWriter class

Implementers

Constructors

BitBufferWriter(BitBuffer _buffer)

Properties

buffer BitBuffer
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

allocateIfNeeded(int bits) → void
getBitsWritten() int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
seek(int position) → void
toString() String
A string representation of this object.
inherited
writeBit(bool state) → void
writeBits(int value, int bits) → void
writeCodec<T>(BitCodec<T> method, T value) → void
writeDouble(double value, {bool signed = true, int bits = 64, int maxDecimal = 8}) → void
writeInt(int value, {bool signed = true, int bits = 64}) → void
writeLinearVarDouble(double value, {bool signed = true, int maxBits = 64, int maxDecimal = 8}) → void
writeLinearVarInt(int value, {bool signed = true, int maxBits = 64}) → void
writeLinearVarString(String value) → void
writeSteppedVarDouble(double value, {bool signed = true, List<int> bitLimits = stepList2b, List<int> decimalBitLimits = stepDecList2b}) → void
writeSteppedVarInt(int value, {bool signed = true, List<int> bitLimits = stepList2b}) → void
writeSteppedVarString(String value, {List<int> steps = stepCharList1b}) → void
writeString(String value) → void

Operators

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