Package org.eclipse.net4j.util.io
Class DelegatingStreamWrapper
java.lang.Object
org.eclipse.net4j.util.io.DelegatingStreamWrapper
- All Implemented Interfaces:
IStreamWrapper
- Direct Known Subclasses:
StreamWrapperChain
- 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 abstract void
protected abstract void
protected abstract InputStream
protected abstract OutputStream
void
void
-
Constructor Details
-
DelegatingStreamWrapper
-
-
Method Details
-
getDelegate
-
wrapInputStream
- Specified by:
wrapInputStream
in interfaceIStreamWrapper
- Throws:
IOException
-
wrapOutputStream
- Specified by:
wrapOutputStream
in interfaceIStreamWrapper
- Throws:
IOException
-
finishInputStream
- Specified by:
finishInputStream
in interfaceIStreamWrapper
- Throws:
IOException
-
finishOutputStream
- Specified by:
finishOutputStream
in interfaceIStreamWrapper
- Throws:
IOException
-
doWrapInputStream
- Throws:
IOException
-
doWrapOutputStream
- Throws:
IOException
-
doFinishInputStream
- Throws:
IOException
-
doFinishOutputStream
- Throws:
IOException
-