This is the Deflater class. The deflater class compresses input with the deflate algorithm described in RFC 1951. It has several compression levels and three different strategies described below. This class is not thread safe. This is inherent in the API, due to the split of deflate and setInput. author of the original java version : Jochen Hoenicke
For a list of all members of this type, see Deflater Members.
System.Object
   Deflater
[Visual Basic]
Public Class Deflater
[C#]
public class Deflater
Requirements
Namespace: ICSharpCode.SharpZipLib.Zip.Compression Namespace
Assembly: SharpZipLib.dll
See Also
Deflater Members | ICSharpCode.SharpZipLib.Zip.Compression Namespace