IWrapperStreamFactory Interface |
Note: This API is now obsolete.
Namespace: Tangosol.IO
[ObsoleteAttribute("Obsolete as of Coherence 3.7.")] public interface IWrapperStreamFactory
The IWrapperStreamFactory type exposes the following members.
Name | Description | |
---|---|---|
![]() | GetInputStream |
Requests an input Stream that wraps the passed
Stream.
|
![]() | GetOutputStream |
Requests an output Stream that wraps the passed
Stream.
|