Package 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
- Author:
- Eike Stepper
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.io.IStreamWrapper
IStreamWrapper.Factory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
protected void
protected InputStream
protected OutputStream
getHead()
Methods inherited from class org.eclipse.net4j.util.io.DelegatingStreamWrapper
finishInputStream, finishOutputStream, getDelegate, wrapInputStream, wrapOutputStream
-
Constructor Details
-
StreamWrapperChain
-
-
Method Details
-
getHead
-
doWrapInputStream
- Specified by:
doWrapInputStream
in classDelegatingStreamWrapper
- Throws:
IOException
-
doWrapOutputStream
- Specified by:
doWrapOutputStream
in classDelegatingStreamWrapper
- Throws:
IOException
-
doFinishInputStream
- Specified by:
doFinishInputStream
in classDelegatingStreamWrapper
- Throws:
IOException
-
doFinishOutputStream
- Specified by:
doFinishOutputStream
in classDelegatingStreamWrapper
- Throws:
IOException
-