BitBufferReader class

Constructors

BitBufferReader(BitBuffer _buffer)

Properties

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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
readBit() bool
readBits(int bits) int
readCodec<T>(BitCodec<T> method) → T
readDouble({bool signed = true, int bits = 64, int maxDecimal = 8}) double
readInt({bool signed = true, int bits = 64}) int
readLinearVarDouble({bool signed = true, int maxBits = 64, int maxDecimal = 8}) double
readLinearVarInt({bool signed = true, int maxBits = 64}) int
readLinearVarString() String
readSteppedVarDouble({bool signed = true, List<int> bitLimits = stepList2b, List<int> decimalBitLimits = stepDecList2b}) double
readSteppedVarInt({bool signed = true, List<int> bitLimits = stepList2b}) int
readSteppedVarString({List<int> steps = stepCharList1b}) String
readString() String
seekTo(int bit) → void
skip(int bits) → void
toString() String
A string representation of this object.
inherited

Operators

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