org.eclipse.net4j.util.io
Interface IStreamWrapper
- All Known Implementing Classes:
- DelegatingStreamWrapper, GZIPStreamWrapper, StreamWrapperChain, XORStreamWrapper
- public interface IStreamWrapper
wrapInputStream
InputStream wrapInputStream(InputStream in)
throws IOException
- Throws:
IOException
wrapOutputStream
OutputStream wrapOutputStream(OutputStream out)
throws IOException
- Throws:
IOException
finishInputStream
void finishInputStream(InputStream in)
throws IOException
- Throws:
IOException
finishOutputStream
void finishOutputStream(OutputStream out)
throws IOException
- Throws:
IOException
Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.