public class CDFHuffman
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected static int |
END_OF_STREAM
Macros/prototypes.
|
protected static int |
ESCAPE |
protected static int |
MAX_WEIGHT |
protected static int |
NODE_TABLE_COUNT |
protected static int |
ROOT_NODE |
protected static int |
SYMBOL_COUNT |
protected static int |
UBYTE_MAX |
protected static long |
UINT_MAX |
protected static int |
USHORT_MAX |
Constructor and Description |
---|
CDFHuffman() |
Modifier and Type | Method and Description |
---|---|
byte[] |
compress(byte[] input,
int iSize)
compress.
|
byte[] |
decompress(byte[] input,
int oSize)
decompress.
|
protected static final int END_OF_STREAM
protected static final int ESCAPE
protected static final int SYMBOL_COUNT
protected static final int NODE_TABLE_COUNT
protected static final int ROOT_NODE
protected static final int MAX_WEIGHT
protected static final int UBYTE_MAX
protected static final int USHORT_MAX
protected static final long UINT_MAX