Deflater Fields
The fields of the Deflater class are listed below. For a complete list of Deflater class members, see the Deflater Members topic.
Public Static Fields
| The best and slowest compression level. This tries to find very long and distant string repetitions. | |
| The worst but fastest compression level. | |
| The default compression level. | |
| The compression method. This is the only method supported so far. There is no need to use this constant at all. | |
| This level won't compress at all but output uncompressed blocks. |
See Also
Deflater Class | ICSharpCode.SharpZipLib.Zip.Compression Namespace