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
| Name | Description | |
|---|---|---|
| InflaterInputBuffer | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Equals | (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.
| |
| ReadRawBuffer | Overloaded. | |
| SetInflaterInput |
Call SetInput(array<Byte>[]()[], Int32, Int32) passing the current clear text buffer contents.
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| 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
|