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

  NameDescription
DeflaterHuffman
Construct instance with pending buffer

Methods

  NameDescription
BitReverse
Reverse the bits of a 16 bit value.
CompressBlock
Compress current buffer writing data to pending buffer
Equals
Determines whether the specified Object is equal to the current Object.
(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
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
pending
Pending buffer to use

See Also