public class BitTreeDecoder extends Object
Constructor and Description |
---|
BitTreeDecoder(int numBitLevels) |
Modifier and Type | Method and Description |
---|---|
boolean |
decode(LZMADecoder.LZMAInputState decodeState,
RangeDecoder rangeDecoder) |
void |
init() |
boolean |
reverseDecode(LZMADecoder.LZMAInputState decodeState,
RangeDecoder rangeDecoder) |
static boolean |
reverseDecode(LZMADecoder.LZMAInputState decodeState,
short[] Models,
int startIndex,
RangeDecoder rangeDecoder,
int NumBitLevels) |
public void init()
public boolean decode(LZMADecoder.LZMAInputState decodeState, RangeDecoder rangeDecoder) throws IOException
IOException
public boolean reverseDecode(LZMADecoder.LZMAInputState decodeState, RangeDecoder rangeDecoder) throws IOException
IOException
public static boolean reverseDecode(LZMADecoder.LZMAInputState decodeState, short[] Models, int startIndex, RangeDecoder rangeDecoder, int NumBitLevels) throws IOException
IOException
Copyright © 2015 Oracle Corporation. All rights reserved.