Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Constructs a Huffman tree from the array of code lengths.

Namespace:  SharedCache.WinServiceCommon.SharpZipLib.Zip.Compression
Assembly:  SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)

Syntax

C#
public InflaterHuffmanTree(
	byte[] codeLengths
)
Visual Basic (Declaration)
Public Sub New ( _
	codeLengths As Byte() _
)
Visual C++
public:
InflaterHuffmanTree(
	array<unsigned char>^ codeLengths
)

Parameters

codeLengths
Type: array< System..::.Byte >[]()[]
the array of code lengths

Remarks

[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.SharpZipLib.Zip.Compression.InflaterHuffmanTree.#ctor(System.Byte[])"]

See Also