public interface IStreamWrapper
| Modifier and Type | Interface and Description |
|---|---|
static class |
IStreamWrapper.Factory |
| 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) 2014 Eike Stepper (Berlin, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html