|
Oracle® Coherence Java API Reference Release 3.6.0.0 E15725-01 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 | |
---|---|
InputStream |
getInputStream(InputStream stream) Requests an InputStream that wraps the passed InputStream. |
OutputStream |
getOutputStream(OutputStream stream) Requests an OutputStream that wraps the passed OutputStream. |
Method Detail |
---|
InputStream getInputStream(InputStream stream)
stream
- the java.io.InputStream to be wrappedOutputStream getOutputStream(OutputStream stream)
stream
- the java.io.OutputStream to be wrapped
|
Oracle® Coherence Java API Reference Release 3.6.0.0 E15725-01 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |