Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
The InflaterInputStream type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| InflaterInputStream | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| BeginRead |
Begins an asynchronous read operation.
(Inherited from Stream.) | |
| BeginWrite |
Entry point to begin an asynchronous write. Always throws a NotSupportedException.
(Overrides Stream..::.BeginWrite(array<Byte>[]()[], Int32, Int32, AsyncCallback, Object).) | |
| Close |
Closes the input stream. When IsStreamOwner
is true the underlying stream is also closed.
(Overrides Stream..::.Close()()().) | |
| CreateObjRef |
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.) | |
| CreateWaitHandle | Obsolete.
Allocates a WaitHandle object.
(Inherited from Stream.) | |
| Dispose | Overloaded. | |
| EndRead |
Waits for the pending asynchronous read to complete.
(Inherited from Stream.) | |
| EndWrite |
Ends an asynchronous write operation.
(Inherited from Stream.) | |
| Equals | (Inherited from Object.) | |
| Fill |
Fills the buffer with more data to decompress.
| |
| 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 baseInputStream
(Overrides Stream..::.Flush()()().) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetLifetimeService |
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| InitializeLifetimeService |
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.) | |
| MemberwiseClone | Overloaded. | |
| Read |
Reads decompressed data into the provided buffer byte array
(Overrides Stream..::.Read(array<Byte>[]()[], Int32, Int32).) | |
| ReadByte |
Reads a byte from the stream and advances the position within the stream by one byte, or returns -1 if at the end of the stream.
(Inherited from Stream.) | |
| Seek |
Sets the position within the current stream
Always throws a NotSupportedException
(Overrides Stream..::.Seek(Int64, SeekOrigin).) | |
| SetLength |
Set the length of the current stream
Always throws a NotSupportedException
(Overrides Stream..::.SetLength(Int64).) | |
| Skip |
Skip specified number of bytes of uncompressed data
| |
| StopDecrypting |
Clear any cryptographic state.
| |
| ToString | (Inherited from Object.) | |
| Write |
Writes a sequence of bytes to stream and advances the current position
This method always throws a NotSupportedException
(Overrides Stream..::.Write(array<Byte>[]()[], Int32, Int32).) | |
| WriteByte |
Writes one byte to the current stream and advances the current position
Always throws a NotSupportedException
(Overrides Stream..::.WriteByte(Byte).) |
Fields
| Name | Description | |
|---|---|---|
| baseInputStream |
Base stream the inflater reads from.
| |
| csize |
The compressed size
| |
| inf |
Decompressor for this stream
| |
| inputBuffer |
Input buffer for this stream.
|
Properties
| Name | Description | |
|---|---|---|
| Available |
Returns 0 once the end of the stream (EOF) has been reached.
Otherwise returns 1.
| |
| CanRead |
Gets a value indicating whether the current stream supports reading
(Overrides Stream..::.CanRead.) | |
| CanSeek |
Gets a value of false indicating seeking is not supported for this stream.
(Overrides Stream..::.CanSeek.) | |
| CanTimeout |
Gets a value that determines whether the current stream can time out.
(Inherited from Stream.) | |
| CanWrite |
Gets a value of false indicating that this stream is not writeable.
(Overrides Stream..::.CanWrite.) | |
| IsStreamOwner |
Get/set flag indicating ownership of underlying stream.
When the flag is true Close()()() will close the underlying stream also.
| |
| Length |
A value representing the length of the stream in bytes.
(Overrides Stream..::.Length.) | |
| Position |
The current position within the stream.
Throws a NotSupportedException when attempting to set the position
(Overrides Stream..::.Position.) | |
| ReadTimeout |
Gets or sets a value, in miliseconds, that determines how long the stream will attempt to read before timing out.
(Inherited from Stream.) | |
| WriteTimeout |
Gets or sets a value, in miliseconds, that determines how long the stream will attempt to write before timing out.
(Inherited from Stream.) |