Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
The DeflaterConstants type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DeflaterConstants | Initializes a new instance of the DeflaterConstants class |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| 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
|