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

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

Syntax
C#Visual BasicManaged C++
public class DeflaterEngine : DeflaterConstants
Public Class DeflaterEngine _
	Inherits DeflaterConstants
public ref class DeflaterEngine : public DeflaterConstants
Members
All MembersConstructorsMethodsPropertiesFieldsEvents



IconMemberDescription
DeflaterEngineNew(DeflaterPending)
Initializes a new instance of the DeflaterEngine class.
Adler

[Missing <summary> documentation for P:ICSharpCode.SharpZipLib.Zip.Compression.DeflaterEngine.Adler]

Deflate(Boolean, Boolean)

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Zip.Compression.DeflaterEngine.Deflate(System.Boolean,System.Boolean)]

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
FillWindow()

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Zip.Compression.DeflaterEngine.FillWindow]

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.)
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.)
MemberwiseClone()
Creates a shallow copy of the current Object.
(Inherited from Object.)
NeedsInput()

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Zip.Compression.DeflaterEngine.NeedsInput]

Reset()

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

ResetAdler()

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Zip.Compression.DeflaterEngine.ResetAdler]

SetDictionary(Byte[](), Int32, Int32)

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

SetInput(Byte[](), Int32, Int32)

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

SetLevel(Int32)

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

Strategy

[Missing <summary> documentation for P:ICSharpCode.SharpZipLib.Zip.Compression.DeflaterEngine.Strategy]

ToString()
Returns a String that represents the current Object.
(Inherited from Object.)
TotalIn

[Missing <summary> documentation for P:ICSharpCode.SharpZipLib.Zip.Compression.DeflaterEngine.TotalIn]

Inheritance Hierarchy
Object
DeflaterConstants
 DeflaterEngine

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