Inflater Methods

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

Inflater Methods

The methods of the Inflater class are listed below. For a complete list of Inflater class members, see the Inflater Members topic.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
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.
InflateOverloaded. Inflates the compressed stream to the output buffer. If this returns 0, you should check, whether IsNeedingDictionary(), IsNeedingInput() or IsFinished() returns true, to determine why no further output is produced.
Reset Resets the inflater so that a new stream can be decompressed. All pending input and output will be discarded.
SetDictionaryOverloaded. Sets the preset dictionary. This should only be called, if needsDictionary() returns true and it should set the same dictionary, that was used for deflating. The getAdler() function returns the checksum of the dictionary needed.
SetInputOverloaded. Sets the input. This should only be called, if needsInput() returns true.
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

Inflater Class | ICSharpCode.SharpZipLib.Zip.Compression Namespace