InflaterHuffmanTree Constructor

SharpZip Compression Library

SharpZip Compression 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