|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jazzlib.InflaterHuffmanTree
public class InflaterHuffmanTree
Field Summary | |
---|---|
static InflaterHuffmanTree |
defDistTree
|
static InflaterHuffmanTree |
defLitLenTree
|
Constructor Summary | |
---|---|
InflaterHuffmanTree(byte[] codeLengths)
Constructs a Huffman tree from the array of code lengths. |
Method Summary | |
---|---|
int |
getSymbol(net.sf.jazzlib.StreamManipulator input)
Reads the next symbol from input. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static InflaterHuffmanTree defLitLenTree
public static InflaterHuffmanTree defDistTree
Constructor Detail |
---|
public InflaterHuffmanTree(byte[] codeLengths) throws DataFormatException
codeLengths
- the array of code lengths
DataFormatException
Method Detail |
---|
public int getSymbol(net.sf.jazzlib.StreamManipulator input) throws DataFormatException
input
- the input source.
DataFormatException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |