@Deprecated public interface WrapperStreamFactory
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getInputStream(InputStream stream)
Deprecated.
Requests an InputStream that wraps the passed InputStream.
|
OutputStream |
getOutputStream(OutputStream stream)
Deprecated.
Requests an OutputStream that wraps the passed OutputStream.
|
InputStream getInputStream(InputStream stream)
stream - the java.io.InputStream to be wrappedOutputStream getOutputStream(OutputStream stream)
stream - the java.io.OutputStream to be wrapped