public class HuffmanTbl
extends java.lang.Object
Constructor and Description |
---|
HuffmanTbl() |
HuffmanTbl(byte[] BITS,
byte[] HUFFVAL) |
Modifier and Type | Method and Description |
---|---|
void |
generateDecoderTables() |
void |
generateEncoderTables() |
int[] |
getCodeTable() |
int[] |
getEncoderCodeTable() |
int[] |
getEncoderSizeTable() |
int[] |
getMaxCodeTable() |
int[] |
getMinCodeTable() |
int[] |
getValPTRTable() |
byte[] |
getValueTable() |
void |
setBits(byte[] BITS) |
void |
setValues(byte[] VALUE) |
public HuffmanTbl()
public HuffmanTbl(byte[] BITS, byte[] HUFFVAL)
public void generateDecoderTables()
public void generateEncoderTables()
public int[] getCodeTable()
public int[] getEncoderCodeTable()
public int[] getEncoderSizeTable()
public int[] getMaxCodeTable()
public int[] getMinCodeTable()
public int[] getValPTRTable()
public byte[] getValueTable()
public void setBits(byte[] BITS)
public void setValues(byte[] VALUE)