lzma.sdk.rangecoder
Class Decoder
java.lang.Object
lzma.sdk.rangecoder.Decoder
public class Decoder
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Decoder
public Decoder()
setStream
public final void setStream(InputStream stream)
releaseStream
public final void releaseStream()
init
public final void init()
throws IOException
- Throws:
IOException
decodeDirectBits
public final int decodeDirectBits(int numTotalBits)
throws IOException
- Throws:
IOException
decodeBit
public int decodeBit(short[] probs,
int index)
throws IOException
- Throws:
IOException
initBitModels
public static void initBitModels(short[] probs)
Copyright © 2011. All Rights Reserved.