Package org.eclipse.net4j.util.io
Interface IStreamWrapper
- All Known Implementing Classes:
DelegatingStreamWrapper
,GZIPStreamWrapper
,StreamWrapperChain
,XORStreamWrapper
public interface IStreamWrapper
- Author:
- Eike Stepper
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
-
Method Details
-
wrapInputStream
- Throws:
IOException
-
wrapOutputStream
- Throws:
IOException
-
finishInputStream
- Throws:
IOException
-
finishOutputStream
- Throws:
IOException
-