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

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

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



IconMemberDescription
InflaterNew()
Initializes a new instance of the Inflater class.
InflaterNew(Boolean)
Initializes a new instance of the Inflater class.
Adler

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

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.)
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.)
Inflate(Byte[]())

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

Inflate(Byte[](), Int32, Int32)

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

IsFinished

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

IsNeedingDictionary

[Missing <summary> documentation for P:ICSharpCode.SharpZipLib.Zip.Compression.Inflater.IsNeedingDictionary]

IsNeedingInput

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

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

[Missing <summary> documentation for P:ICSharpCode.SharpZipLib.Zip.Compression.Inflater.RemainingInput]

Reset()

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

SetDictionary(Byte[]())

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

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

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

SetInput(Byte[]())

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

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

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

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

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

TotalOut

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

Inheritance Hierarchy
Object
Inflater

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