RangeDecoder class
Implements the LZMA range decoder for LZMADecoder.
Constructors
Properties
Methods
-
decodeByte(
Uint16List probs, int baseIndex) → int -
decodeMatchedByte(
Uint16List probs, int baseIndex, Uint16List matchProbs0, Uint16List matchProbs1, int matchByte) → int -
initialize(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
readBit(
RangeDecoderTable table, int index) → int -
readBittree(
RangeDecoderTable table, int count) → int -
readBittreeReverse(
RangeDecoderTable table, int count) → int -
readDirect(
int count) → int -
reset(
) → void -
setBuffer(
Uint8List data) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited