
public interface IStreamWrapper
| Modifier and Type | Method and Description |
|---|---|
void |
finishInputStream(InputStream in) |
void |
finishOutputStream(OutputStream out) |
InputStream |
wrapInputStream(InputStream in) |
OutputStream |
wrapOutputStream(OutputStream out) |
InputStream wrapInputStream(InputStream in) throws IOException
IOExceptionOutputStream wrapOutputStream(OutputStream out) throws IOException
IOExceptionvoid finishInputStream(InputStream in) throws IOException
IOExceptionvoid finishOutputStream(OutputStream out) throws IOException
IOExceptionCopyright (c) 2011-2014 Eike Stepper (Berlin, Germany) and others.