LumiSoft Mail Server User API
InflaterHuffmanTree Constructor (codeLengths)
Namespaces > ICSharpCode.SharpZipLib.Zip.Compression > InflaterHuffmanTree > InflaterHuffmanTreeNew(Byte[]())
Initializes a new instance of the InflaterHuffmanTree class.
Syntax
C#Visual BasicManaged C++
public InflaterHuffmanTree (
	byte[] codeLengths
)
Public Sub New ( _
	codeLengths As Byte() _
)
public:
InflaterHuffmanTree (
	array<unsigned char>^ codeLengths
)
Parameters
codeLengths (Byte[]())

[Missing <param> documentation for "codeLengths"]

Assembly: ICSharpCode.SharpZipLib Version: 0.85.0.0 (Module: ICSharpCode.SharpZipLib)