Class CompressionFilter
Provides a compression wrapper for an Stream.
Implements
Inherited Members
Namespace: Tangosol.Net
Assembly: Coherence.dll
Syntax
[Obsolete("Obsolete as of Coherence 3.7.")]
public class CompressionFilter : IWrapperStreamFactory
Methods
GetInputStream(Stream)
Requests an input Stream that wraps the passed Stream.
Declaration
public Stream GetInputStream(Stream stream)
Parameters
Type | Name | Description |
---|---|---|
Stream | stream | The Stream to be wrapped. |
Returns
Type | Description |
---|---|
Stream | A Stream that delegates to ("wraps") the passed Stream. |
GetOutputStream(Stream)
Requests an output Stream that wraps the passed Stream.
Declaration
public Stream GetOutputStream(Stream stream)
Parameters
Type | Name | Description |
---|---|---|
Stream | stream | The Stream to be wrapped. |
Returns
Type | Description |
---|---|
Stream | A Stream that delegates to ("wraps") the passed Stream. |