Click or drag to resize

IWrapperStreamFactory Interface

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02

Note: This API is now obsolete.

Provides the means to wrap a Stream, such that functionality such as compression and encryption can be implemented in a layered, pluggable fashion.

Namespace:  Tangosol.IO
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
[ObsoleteAttribute("Obsolete as of Coherence 3.7.")]
public interface IWrapperStreamFactory

The IWrapperStreamFactory type exposes the following members.

Methods
  NameDescription
Public methodGetInputStream
Requests an input Stream that wraps the passed Stream.
Public methodGetOutputStream
Requests an output Stream that wraps the passed Stream.
Top
See Also