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

The InflaterInputBuffer type exposes the following members.

Constructors

  NameDescription
InflaterInputBufferOverloaded.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Fill
Fill the buffer from the underlying input stream.
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.)
ReadClearTextBuffer
Read clear text data from the input stream.
ReadLeByte
Read a Byte from the input stream.
ReadLeInt
Read an Int32 in little endian byte order.
ReadLeLong
Read a Int64 in little endian byte order.
ReadLeShort
Read an Int16 in little endian byte order.
ReadRawBufferOverloaded.
SetInflaterInput
Call SetInput(array<Byte>[]()[], Int32, Int32) passing the current clear text buffer contents.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Available
Get/set the number of bytes available
ClearText
Get the contents of the clear text buffer.
ClearTextLength
Get the number of useable bytes in ClearText
CryptoTransform
Get/set the ICryptoTransform to apply to any data.
RawData
Get the contents of the raw data buffer.
RawLength
Get the length of bytes bytes in the RawData

See Also