lzma.sdk.rangecoder
Class BitTreeDecoder
java.lang.Object
lzma.sdk.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.