Maven module :un.api : api-encoding :
Class : un.impl.io.deflate.HuffmanTree
Extends/Implements : un.api.CObject
Subclasses : -

author  Johann Sorel


Variables : nodes
Functions : HuffmanTree, decode


public HuffmanNode[] nodes


public void HuffmanTree (HuffmanNode[] nodes)


Decode value from input stream and given huffman tree.
param  in
return
throws  un.api.io.IOException
public int decode (DataInputStream in)