VP8BitReader class

Constructors

VP8BitReader(InputBuffer input)

Properties

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

Methods

get() int
getBit(int prob) int
getSigned(int v) int
getSignedValue(int bits) int
getValue(int bits) int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Constants

BITS → const int
LOG_2_RANGE → const List<int>
NEW_RANGE → const List<int>