Package | Description |
---|---|
de.jarnbjo.util.io |
Modifier and Type | Field and Description |
---|---|
protected HuffmanNode |
HuffmanNode.o0 |
protected HuffmanNode |
HuffmanNode.o1 |
Modifier and Type | Method and Description |
---|---|
protected HuffmanNode |
HuffmanNode.get0() |
protected HuffmanNode |
HuffmanNode.get1() |
Modifier and Type | Method and Description |
---|---|
int |
BitInputStream.getInt(HuffmanNode root)
reads a huffman codeword based on the
root
parameter and returns the decoded value |
int |
ByteArrayBitInputStream.getInt(HuffmanNode root) |
Constructor and Description |
---|
HuffmanNode(HuffmanNode parent) |
HuffmanNode(HuffmanNode parent,
int value) |
Copyright © 2013 Tor-Einar Jarnbjo. All Rights Reserved.