|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HuffmanTree | |
|---|---|
| ch.rgw.compress | |
| Uses of HuffmanTree in ch.rgw.compress |
|---|
| Methods in ch.rgw.compress with parameters of type HuffmanTree | |
|---|---|
static byte[] |
Huff.decode(HuffmanTree tree,
byte[] source)
Huffman decode the source array |
static java.lang.String |
Huff.decodeString(HuffmanTree tree,
byte[] in)
Decode a previously with encodeString compressed String |
static byte[] |
Huff.encode(HuffmanTree tree,
byte[] source)
Huffman encode the source array |
static byte[] |
Huff.encodeString(HuffmanTree tree,
java.lang.String i)
Huffman encode a String |
| Constructors in ch.rgw.compress with parameters of type HuffmanTree | |
|---|---|
HuffmanOutputStream(java.io.OutputStream sup,
HuffmanTree tr,
int dynamic)
The only Constructor |
|
|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||