public class BitTreeDecoder extends Object
Constructor and Description |
---|
BitTreeDecoder(int numBitLevels) |
Modifier and Type | Method and Description |
---|---|
int |
decode(Decoder rangeDecoder) |
void |
init() |
int |
reverseDecode(Decoder rangeDecoder) |
static int |
reverseDecode(short[] Models,
int startIndex,
Decoder rangeDecoder,
int NumBitLevels) |
public void init()
public int decode(Decoder rangeDecoder) throws IOException
IOException
public int reverseDecode(Decoder rangeDecoder) throws IOException
IOException
public static int reverseDecode(short[] Models, int startIndex, Decoder rangeDecoder, int NumBitLevels) throws IOException
IOException
Copyright © 2024. All rights reserved.