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)Select the method name to go to the Microsoft documentation.
GetHashCode (inherited from Object)Select the method name to go to the Microsoft documentation.
GetType (inherited from Object)Select the method name to go to the Microsoft documentation.
InflateOverloaded. Inflates the compressed stream to the output buffer. If this returns 0, you should check, whether needsDictionary(), needsInput() or finished() 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)Select the method name to go to the Microsoft documentation.

Protected Instance Methods

Finalize (inherited from Object)Select the method name to go to the Microsoft documentation.
MemberwiseClone (inherited from Object)Select the method name to go to the Microsoft documentation.

See Also

Inflater Class | ICSharpCode.SharpZipLib.Zip.Compression Namespace