SevenZip.Compression.RangeCoder
Class BitDecoder

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

public class BitDecoder
extends java.lang.Object


Field Summary
static int kBitModelTotal
           
static int kNumBitModelTotalBits
           
 
Constructor Summary
BitDecoder()
           
 
Method Summary
 int Decode(Decoder rangeDecoder)
           
 void Init()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

kNumBitModelTotalBits

public static final int kNumBitModelTotalBits
See Also:
Constant Field Values

kBitModelTotal

public static final int kBitModelTotal
See Also:
Constant Field Values
Constructor Detail

BitDecoder

public BitDecoder()
Method Detail

Init

public final void Init()

Decode

public final int Decode(Decoder rangeDecoder)
                 throws java.io.IOException
Throws:
java.io.IOException