The fields of the DeflaterConstants class are listed below. For a complete list of DeflaterConstants class members, see the DeflaterConstants Members topic.
Public Static Fields
![]() COMPR_FUNC | Internal compression engine constant |
![]() DEBUGGING | Set to true to enable debugging |
![]() DEFAULT_MEM_LEVEL | Sets internal buffer sizes for Huffman encoding |
![]() DEFLATE_FAST | Internal compression engine constant |
![]() DEFLATE_SLOW | Internal compression engine constant |
![]() DEFLATE_STORED | Internal compression engine constant |
![]() DYN_TREES | Identifies dynamic tree in Zip file |
![]() GOOD_LENGTH | Internal compression engine constant |
![]() HASH_BITS | Internal compression engine constant |
![]() HASH_MASK | Internal compression engine constant |
![]() HASH_SHIFT | Internal compression engine constant |
![]() HASH_SIZE | Internal compression engine constant |
![]() MAX_BLOCK_SIZE | Internal compression engine constant |
![]() MAX_CHAIN | Internal compression engine constant |
![]() MAX_DIST | Internal compression engine constant |
![]() MAX_LAZY | Internal compression engine constant |
![]() MAX_MATCH | Internal compression engine constant |
![]() MAX_WBITS | Internal compression engine constant |
![]() MIN_LOOKAHEAD | Internal compression engine constant |
![]() MIN_MATCH | Internal compression engine constant |
![]() NICE_LENGTH | Internal compression engine constant |
![]() PENDING_BUF_SIZE | Internal compression engine constant |
![]() PRESET_DICT | Header flag indicating a preset dictionary for deflation |
![]() STATIC_TREES | Identifies static tree in Zip file |
![]() STORED_BLOCK | Written to Zip file to identify a stored block |
![]() WMASK | Internal compression engine constant |
![]() WSIZE | Internal compression engine constant |
See Also
DeflaterConstants Class | ICSharpCode.SharpZipLib.Zip.Compression Namespace

