Deflater.DEFLATED Field

The compression method. This is the only method supported so far. There is no need to use this constant at all.

[Visual Basic]
Public Shared DEFLATED As Integer
[C#]
public static int DEFLATED;

See Also

Deflater Class | Deflater Members | ICSharpCode.SharpZipLib.Zip.Compression Namespace