InflaterHuffmanTree Members

Public Static (Shared) Fields

defDistTree
defLitLenTree

Public Instance Constructors

InflaterHuffmanTree Constructor Constructs a Huffman tree from the array of code lengths.

Public Instance Methods

Equals (inherited from Object)Select the method name to go to the Microsoft documentation.
GetHashCode (inherited from Object)Select the method name to go to the Microsoft documentation.
GetSymbol Reads the next symbol from input. The symbol is encoded using the huffman tree.
GetType (inherited from Object)Select the method name to go to the Microsoft documentation.
ToString (inherited from Object)Select the method name to go to the Microsoft documentation.

Protected Instance Methods

Finalize (inherited from Object)Select the method name to go to the Microsoft documentation.
MemberwiseClone (inherited from Object)Select the method name to go to the Microsoft documentation.

See Also

InflaterHuffmanTree Class | ICSharpCode.SharpZipLib.Zip.Compression Namespace