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 |
Public Instance Constructors
DeflaterConstants Constructor | Initializes a new instance of the DeflaterConstants class. |
Public Instance Methods
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Protected Instance Methods
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
See Also
DeflaterConstants Class | ICSharpCode.SharpZipLib.Zip.Compression Namespace