VP8LBitReader class

Constructors

VP8LBitReader(InputBuffer _input)

Properties

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

Methods

fillBitWindow() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
prefetchBits() int
readBits(int numBits) int
toString() String
A string representation of this object.
inherited

Operators

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

Constants

BIT_MASK → const List<int>
LBITS → const int
LOG8_WBITS → const int
MAX_NUM_BIT_READ → const int
VALUE_SIZE → const int
WBITS → const int