Show / Hide Table of Contents

Class CompressionFilter

Provides a compression wrapper for an Stream.

Inheritance
object
CompressionFilter
Implements
IWrapperStreamFactory
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

Implements

IWrapperStreamFactory
In this article
Back to top Copyright © 2000, 2024, Oracle and/or its affiliates.