InflaterHuffmanTree Constructor

Constructs a Huffman tree from the array of code lengths.

[Visual Basic]
Public Sub New( _
   ByVal codeLengths As Byte() _
)
[C#]
public InflaterHuffmanTree(
   byte[] codeLengths
);

Parameters

codeLengths

the array of code lengths

See Also

InflaterHuffmanTree Class | InflaterHuffmanTree Members | ICSharpCode.SharpZipLib.Zip.Compression Namespace