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

  NameDescription
DeflaterEngine
Construct instance with pending buffer

Methods

  NameDescription
Deflate
Deflate drives actual compression of data
Equals
Determines whether the specified Object is equal to the current Object.
(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
CopyC#
NeedsInput()
returns true
SetLevel
Set the deflate level (0-9)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Adler
Get current value of Adler checksum
Strategy
Get/set the deflate strategy
TotalIn
Total data processed

See Also