DummyBitBufferWriter class

Inheritance

Constructors

DummyBitBufferWriter()

Properties

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

Operators

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