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

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

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



IconMemberDescription
DeflaterNew()
Initializes a new instance of the Deflater class.
DeflaterNew(Int32)
Initializes a new instance of the Deflater class.
DeflaterNew(Int32, Boolean)
Initializes a new instance of the Deflater class.
Adler

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

static memberBEST_COMPRESSION

[Missing <summary> documentation for F:ICSharpCode.SharpZipLib.Zip.Compression.Deflater.BEST_COMPRESSION]

static memberBEST_SPEED

[Missing <summary> documentation for F:ICSharpCode.SharpZipLib.Zip.Compression.Deflater.BEST_SPEED]

static memberDEFAULT_COMPRESSION

[Missing <summary> documentation for F:ICSharpCode.SharpZipLib.Zip.Compression.Deflater.DEFAULT_COMPRESSION]

Deflate(Byte[]())

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Zip.Compression.Deflater.Deflate(System.Byte[])]

Deflate(Byte[](), Int32, Int32)

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

static memberDEFLATED

[Missing <summary> documentation for F:ICSharpCode.SharpZipLib.Zip.Compression.Deflater.DEFLATED]

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.)
Finish()

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Zip.Compression.Deflater.Finish]

Flush()

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Zip.Compression.Deflater.Flush]

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.)
GetLevel()

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Zip.Compression.Deflater.GetLevel]

GetType()
Gets the Type of the current instance.
(Inherited from Object.)
IsFinished

[Missing <summary> documentation for P:ICSharpCode.SharpZipLib.Zip.Compression.Deflater.IsFinished]

IsNeedingInput

[Missing <summary> documentation for P:ICSharpCode.SharpZipLib.Zip.Compression.Deflater.IsNeedingInput]

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

[Missing <summary> documentation for F:ICSharpCode.SharpZipLib.Zip.Compression.Deflater.NO_COMPRESSION]

Reset()

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

SetDictionary(Byte[]())

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

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

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

SetInput(Byte[]())

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

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

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

SetLevel(Int32)

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

SetStrategy(DeflateStrategy)

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Zip.Compression.Deflater.SetStrategy(ICSharpCode.SharpZipLib.Zip.Compression.DeflateStrategy)]

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

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

TotalOut

[Missing <summary> documentation for P:ICSharpCode.SharpZipLib.Zip.Compression.Deflater.TotalOut]

Inheritance Hierarchy
Object
Deflater

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