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
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Gets the Type of the current instance. |
![]() | Overloaded. 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. |
![]() | Resets the inflater so that a new stream can be decompressed. All pending input and output will be discarded. |
![]() | Overloaded. 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. |
![]() | Overloaded. Sets the input. This should only be called, if needsInput() returns true. |
![]() | Returns a String that represents the current Object. |
Protected Instance Methods
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a shallow copy of the current Object. |
See Also
Inflater Class | ICSharpCode.SharpZipLib.Zip.Compression Namespace