Initializes a new instance of the InflaterHuffmanTree class.
| C# | Visual Basic | Managed C++ |
public InflaterHuffmanTree ( byte[] codeLengths )
Public Sub New ( _ codeLengths As Byte() _ )
public: InflaterHuffmanTree ( array<unsigned char>^ codeLengths )
- codeLengths (Byte[]())
[Missing <param> documentation for "codeLengths"]
Assembly: ICSharpCode.SharpZipLib Version: 0.85.0.0 (Module: ICSharpCode.SharpZipLib)