| Package | Description |
|---|---|
| de.jarnbjo.util.io | |
| de.jarnbjo.vorbis |
| 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 |
ByteArrayBitInputStream.getInt(HuffmanNode root) |
int |
BitInputStream.getInt(HuffmanNode root)
reads a huffman codeword based on the
root
parameter and returns the decoded value |
| Constructor and Description |
|---|
HuffmanNode(HuffmanNode parent) |
HuffmanNode(HuffmanNode parent,
int value) |
| Modifier and Type | Method and Description |
|---|---|
protected HuffmanNode |
CodeBook.getHuffmanRoot() |
Copyright © 2017. All rights reserved.