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(DataInputStream in,
int len) |
void |
putArraysToCache(ArrayCache arrayCache) |
decodeBit, decodeBitTree, decodeDirectBits, decodeReverseBitTreeinitProbspublic RangeDecoderFromBuffer(int inputSizeMax,
ArrayCache arrayCache)
public void putArraysToCache(ArrayCache arrayCache)
public void prepareInputBuffer(DataInputStream in, int len) throws IOException
IOExceptionpublic boolean isFinished()
public void normalize()
throws IOException
normalize in class RangeDecoderIOException