SevenZip.Compression.RangeCoder
Class Decoder
java.lang.Object
SevenZip.Compression.RangeCoder.Decoder
public class Decoder
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
kTopValue
public static final int kTopValue
- See Also:
- Constant Field Values
kTopValueMask
public static final int kTopValueMask
- See Also:
- Constant Field Values
Stream
public java.io.InputStream Stream
Decoder
public Decoder()
Init
public final void Init(java.io.InputStream stream)
throws java.io.IOException
- Throws:
java.io.IOException
ReleaseStream
public final void ReleaseStream()
DecodeDirectBits
public final int DecodeDirectBits(int numTotalBits)
throws java.io.IOException
- Throws:
java.io.IOException