public class CDFAHuffman extends CDFHuffman
END_OF_STREAM, ESCAPE, MAX_WEIGHT, NODE_TABLE_COUNT, ROOT_NODE, SYMBOL_COUNT, UBYTE_MAX, UINT_MAX, USHORT_MAX| Constructor and Description |
|---|
CDFAHuffman() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
compress(byte[] input,
long iSize)
compress.
|
byte[] |
decompress(byte[] input,
int oSize)
decompress.
|
compresspublic byte[] compress(byte[] input,
long iSize)
public byte[] decompress(byte[] input,
int oSize)
decompress in class CDFHuffman