|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
Deprecated. As of Coherence 3.7, deprecated with no replacement.
@Deprecated
public interface WrapperStreamFactory
Provides the means to wrap an InputStream and OutputStream, such that functionality such as compression and encryption can be implemented in a layered, pluggable fashion.
| Method Summary | |
|---|---|
java.io.InputStream |
getInputStream(java.io.InputStream stream)Deprecated. Requests an InputStream that wraps the passed InputStream. |
java.io.OutputStream |
getOutputStream(java.io.OutputStream stream)Deprecated. Requests an OutputStream that wraps the passed OutputStream. |
| Method Detail |
|---|
java.io.InputStream getInputStream(java.io.InputStream stream)
stream - the java.io.InputStream to be wrappedjava.io.OutputStream getOutputStream(java.io.OutputStream stream)
stream - the java.io.OutputStream to be wrapped
|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||