Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
The DeflaterHuffman type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DeflaterHuffman |
Construct instance with pending buffer
|
Methods
| Name | Description | |
|---|---|---|
| BitReverse |
Reverse the bits of a 16 bit value.
| |
| CompressBlock |
Compress current buffer writing data to pending buffer
| |
| 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.) | |
| FlushBlock |
Flush block to output with compression
| |
| FlushStoredBlock |
Flush block to output with no compression
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IsFull |
Get value indicating if internal buffer is full
| |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Reset |
Reset internal state
| |
| SendAllTrees |
Write all trees to pending buffer
| |
| TallyDist |
Add distance code and length to literal and distance trees
| |
| TallyLit |
Add literal to buffer
| |
| ToString | (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| pending |
Pending buffer to use
|