
public class GZIPStreamWrapper extends Object implements IStreamWrapper
| Constructor and Description |
|---|
GZIPStreamWrapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
finishInputStream(InputStream in) |
void |
finishOutputStream(OutputStream out) |
static void |
main(String[] args)
TODO Move or remove me
|
GZIPInputStream |
wrapInputStream(InputStream in) |
GZIPOutputStream |
wrapOutputStream(OutputStream out) |
public GZIPInputStream wrapInputStream(InputStream in) throws IOException
wrapInputStream in interface IStreamWrapperIOExceptionpublic GZIPOutputStream wrapOutputStream(OutputStream out) throws IOException
wrapOutputStream in interface IStreamWrapperIOExceptionpublic void finishInputStream(InputStream in) throws IOException
finishInputStream in interface IStreamWrapperIOExceptionpublic void finishOutputStream(OutputStream out) throws IOException
finishOutputStream in interface IStreamWrapperIOExceptionCopyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.