public final class RangeDecoderFromBuffer extends RangeDecoder
Constructor and Description |
---|
RangeDecoderFromBuffer(int inputSizeMax,
ArrayCache arrayCache) |
Modifier and Type | Method and Description |
---|---|
boolean |
isFinished() |
void |
normalize() |
void |
prepareInputBuffer(java.io.DataInputStream in,
int len) |
void |
putArraysToCache(ArrayCache arrayCache) |
decodeBit, decodeBitTree, decodeDirectBits, decodeReverseBitTree
initProbs
public RangeDecoderFromBuffer(int inputSizeMax, ArrayCache arrayCache)
public void putArraysToCache(ArrayCache arrayCache)
public void prepareInputBuffer(java.io.DataInputStream in, int len) throws java.io.IOException
java.io.IOException
public boolean isFinished()
public void normalize() throws java.io.IOException
normalize
in class RangeDecoder
java.io.IOException