Save This Page
Home » openjdk-7 » java » util » zip » [javadoc | source]
java.util.zip
class: InflaterHuffmanTree [javadoc | source]
java.lang.Object
   java.util.zip.InflaterHuffmanTree
Field Summary
static  InflaterHuffmanTree defLitLenTree     
static  InflaterHuffmanTree defDistTree     
Constructor:
 InflaterHuffmanTree(byte[] codeLengths) throws DataFormatException 
    Constructs a Huffman tree from the array of code lengths.
    Parameters:
    codeLengths - the array of code lengths
Method from java.util.zip.InflaterHuffmanTree Summary:
getSymbol
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from java.util.zip.InflaterHuffmanTree Detail:
 int getSymbol(StreamManipulator input) throws DataFormatException 
    Reads the next symbol from input. The symbol is encoded using the huffman tree.