DeflaterHuffman Members

SharpZip Compression Library

SharpZip Compression Library

DeflaterHuffman Members

DeflaterHuffman overview

Public Static Methods

BitReverse Reverse the bits of a 16 bit value.

Public Instance Constructors

DeflaterHuffman Constructor Construct instance with pending buffer

Public Instance Fields

pending Pending buffer to use

Public Instance Methods

CompressBlock Compress current buffer writing data to pending buffer
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
FlushBlock Flush block to output with compression
FlushStoredBlock Flush block to output with no compression
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
IsFull Get value indicating if internal buffer is full
Reset Reset internal state
SendAllTrees Write all trees to pending buffer
TallyDist Add distance code and length to literal and distance trees
TallyLit Add literal to buffer
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

DeflaterHuffman Class | ICSharpCode.SharpZipLib.Zip.Compression Namespace