Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.

The DeflaterPending type exposes the following members.

Constructors

  NameDescription
DeflaterPending
Construct instance with default buffer size

Methods

  NameDescription
AlignToByte
Align internal buffer on a byte boundary
(Inherited from PendingBuffer.)
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.)
Flush
Flushes the pending buffer into the given output array. If the output array is to small, only a partial flush is done.
(Inherited from PendingBuffer.)
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.)
Reset
Clear internal state/buffers
(Inherited from PendingBuffer.)
ToByteArray
Convert internal buffer to byte array. Buffer is empty on completion
(Inherited from PendingBuffer.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
WriteBits
Write bits to internal buffer
(Inherited from PendingBuffer.)
WriteBlock
Write a block of data to buffer
(Inherited from PendingBuffer.)
WriteByte
Write a byte to buffer
(Inherited from PendingBuffer.)
WriteInt
write an integer LSB first
(Inherited from PendingBuffer.)
WriteShort
Write a short value to buffer LSB first
(Inherited from PendingBuffer.)
WriteShortMSB
Write a short value to internal buffer most significant byte first
(Inherited from PendingBuffer.)

Properties

  NameDescription
BitCount
The number of bits written to the buffer
(Inherited from PendingBuffer.)
IsFlushed
Indicates if buffer has been flushed
(Inherited from PendingBuffer.)

See Also