
public class StreamWrapperChain extends DelegatingStreamWrapper
| Constructor and Description |
|---|
StreamWrapperChain(IStreamWrapper head,
IStreamWrapper delegate) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doFinishInputStream(InputStream in) |
protected void |
doFinishOutputStream(OutputStream out) |
protected InputStream |
doWrapInputStream(InputStream in) |
protected OutputStream |
doWrapOutputStream(OutputStream out) |
IStreamWrapper |
getHead() |
finishInputStream, finishOutputStream, getDelegate, wrapInputStream, wrapOutputStreampublic StreamWrapperChain(IStreamWrapper head, IStreamWrapper delegate)
public IStreamWrapper getHead()
protected InputStream doWrapInputStream(InputStream in) throws IOException
doWrapInputStream in class DelegatingStreamWrapperIOExceptionprotected OutputStream doWrapOutputStream(OutputStream out) throws IOException
doWrapOutputStream in class DelegatingStreamWrapperIOExceptionprotected void doFinishInputStream(InputStream in) throws IOException
doFinishInputStream in class DelegatingStreamWrapperIOExceptionprotected void doFinishOutputStream(OutputStream out) throws IOException
doFinishOutputStream in class DelegatingStreamWrapperIOExceptionCopyright (c) 2011-2014 Eike Stepper (Berlin, Germany) and others.