org.eclipse.net4j.util.io
Class StreamWrapperChain
java.lang.Object
org.eclipse.net4j.util.io.DelegatingStreamWrapper
org.eclipse.net4j.util.io.StreamWrapperChain
- All Implemented Interfaces:
- IStreamWrapper
public class StreamWrapperChain
- extends DelegatingStreamWrapper
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StreamWrapperChain
public StreamWrapperChain(IStreamWrapper head,
IStreamWrapper delegate)
getHead
public IStreamWrapper getHead()
doWrapInputStream
protected java.io.InputStream doWrapInputStream(java.io.InputStream in)
throws java.io.IOException
- Specified by:
doWrapInputStream
in class DelegatingStreamWrapper
- Throws:
java.io.IOException
doWrapOutputStream
protected java.io.OutputStream doWrapOutputStream(java.io.OutputStream out)
throws java.io.IOException
- Specified by:
doWrapOutputStream
in class DelegatingStreamWrapper
- Throws:
java.io.IOException
doFinishInputStream
protected void doFinishInputStream(java.io.InputStream in)
throws java.io.IOException
- Specified by:
doFinishInputStream
in class DelegatingStreamWrapper
- Throws:
java.io.IOException
doFinishOutputStream
protected void doFinishOutputStream(java.io.OutputStream out)
throws java.io.IOException
- Specified by:
doFinishOutputStream
in class DelegatingStreamWrapper
- Throws:
java.io.IOException