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
IOExceptionpublic boolean reverseDecode(LZMADecoder.LZMAInputState decodeState, RangeDecoder rangeDecoder) throws IOException
IOExceptionpublic static boolean reverseDecode(LZMADecoder.LZMAInputState decodeState, short[] Models, int startIndex, RangeDecoder rangeDecoder, int NumBitLevels) throws IOException
IOExceptionCopyright © 2017–2019 Oracle Corporation. All rights reserved.