InflaterHuffmanTree Constructor

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

InflaterHuffmanTree Constructor 

Constructs a Huffman tree from the array of code lengths.

public InflaterHuffmanTree(
   byte[] codeLengths
);

Parameters

codeLengths
the array of code lengths

See Also

InflaterHuffmanTree Class | ICSharpCode.SharpZipLib.Zip.Compression Namespace