Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
The DeflaterEngine type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DeflaterEngine |
Construct instance with pending buffer
|
Methods
| Name | Description | |
|---|---|---|
| Deflate |
Deflate drives actual compression of data
| |
| Equals | (Inherited from Object.) | |
| FillWindow |
Fill the window
| |
| 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.) | |
| NeedsInput |
Determines if more input is needed.
| |
| Reset |
Reset internal state
| |
| ResetAdler |
Reset Adler checksum
| |
| SetDictionary |
Set compression dictionary
| |
| SetInput |
Sets input data to be deflated. Should only be called when NeedsInput() | |
| SetLevel |
Set the deflate level (0-9)
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Adler |
Get current value of Adler checksum
| |
| Strategy |
Get/set the deflate strategy
| |
| TotalIn |
Total data processed
|