SevenZip.Compression.RangeCoder
Class Decoder

java.lang.Object
  extended by SevenZip.Compression.RangeCoder.Decoder

public class Decoder
extends java.lang.Object


Field Summary
static int kTopValue
           
static int kTopValueMask
           
 java.io.InputStream Stream
           
 
Constructor Summary
Decoder()
           
 
Method Summary
 int DecodeDirectBits(int numTotalBits)
           
 void Init(java.io.InputStream stream)
           
 void ReleaseStream()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

Decoder

public Decoder()
Method Detail

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