apparat.sevenzip.compression.rangeCoder
Class BitTreeDecoder
java.lang.Object
apparat.sevenzip.compression.rangeCoder.BitTreeDecoder
public class BitTreeDecoder
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BitTreeDecoder
public BitTreeDecoder(int numBitLevels)
Init
public void Init()
Decode
public int Decode(Decoder rangeDecoder)
throws IOException
- Throws:
IOException
ReverseDecode
public int ReverseDecode(Decoder rangeDecoder)
throws IOException
- Throws:
IOException
ReverseDecode
public static int ReverseDecode(short[] Models,
int startIndex,
Decoder rangeDecoder,
int NumBitLevels)
throws IOException
- Throws:
IOException
Copyright © 2011. All Rights Reserved.