The methods of the DeflaterEngine class are listed below. For a complete list of DeflaterEngine class members, see the DeflaterEngine Members topic.
Public Instance Methods
![]() | Deflate drives actual compression of data |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Fill the window |
![]() | 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. |
![]() | Return true if input is needed via SetInput |
![]() | Reset internal state |
![]() | Reset Adler checksum |
![]() | Set compression dictionary |
![]() | Sets input data to be deflated. Should only be called when NeedsInput()returns true |
![]() | Set the deflate level (0-9) |
![]() | 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
DeflaterEngine Class | ICSharpCode.SharpZipLib.Zip.Compression Namespace