LumiSoft Mail Server User API
DeflaterHuffman Class
Namespaces > ICSharpCode.SharpZipLib.Zip.Compression > DeflaterHuffman

[Missing <summary> documentation for T:ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman]

Syntax
C#Visual BasicManaged C++
public class DeflaterHuffman
Public Class DeflaterHuffman
public ref class DeflaterHuffman
Members
All MembersConstructorsMethodsPropertiesFieldsEvents



IconMemberDescription
DeflaterHuffmanNew(DeflaterPending)
Initializes a new instance of the DeflaterHuffman class.
static memberBitReverse(Int32)

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman.BitReverse(System.Int32)]

CompressBlock()

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman.CompressBlock]

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
FlushBlock(Byte[](), Int32, Int32, Boolean)

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman.FlushBlock(System.Byte[],System.Int32,System.Int32,System.Boolean)]

FlushStoredBlock(Byte[](), Int32, Int32, Boolean)

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman.FlushStoredBlock(System.Byte[],System.Int32,System.Int32,System.Boolean)]

GetHashCode()
Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType()
Gets the Type of the current instance.
(Inherited from Object.)
IsFull()

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman.IsFull]

MemberwiseClone()
Creates a shallow copy of the current Object.
(Inherited from Object.)
pending

[Missing <summary> documentation for F:ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman.pending]

Reset()

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman.Reset]

SendAllTrees(Int32)

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman.SendAllTrees(System.Int32)]

TallyDist(Int32, Int32)

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman.TallyDist(System.Int32,System.Int32)]

TallyLit(Int32)

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman.TallyLit(System.Int32)]

ToString()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
DeflaterHuffman

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