Package SevenZip.Compression.RangeCoder
Class BitTreeDecoder
- java.lang.Object
-
- SevenZip.Compression.RangeCoder.BitTreeDecoder
-
public class BitTreeDecoder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BitTreeDecoder(int numBitLevels)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intDecode(Decoder rangeDecoder)voidInit()static intReverseDecode(short[] Models, int startIndex, Decoder rangeDecoder, int NumBitLevels)intReverseDecode(Decoder rangeDecoder)
-
-
-
Method Detail
-
Init
public void Init()
-
Decode
public int Decode(Decoder rangeDecoder) throws java.io.IOException
- Throws:
java.io.IOException
-
ReverseDecode
public int ReverseDecode(Decoder rangeDecoder) throws java.io.IOException
- Throws:
java.io.IOException
-
ReverseDecode
public static int ReverseDecode(short[] Models, int startIndex, Decoder rangeDecoder, int NumBitLevels) throws java.io.IOException- Throws:
java.io.IOException
-
-