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