org.eclipse.net4j.util.io
Class GZIPStreamWrapper
java.lang.Object
org.eclipse.net4j.util.io.GZIPStreamWrapper
- All Implemented Interfaces:
- IStreamWrapper
- public class GZIPStreamWrapper
- extends Object
- implements IStreamWrapper
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GZIPStreamWrapper
public GZIPStreamWrapper()
wrapInputStream
public GZIPInputStream wrapInputStream(InputStream in)
throws IOException
- Specified by:
wrapInputStream
in interface IStreamWrapper
- Throws:
IOException
wrapOutputStream
public GZIPOutputStream wrapOutputStream(OutputStream out)
throws IOException
- Specified by:
wrapOutputStream
in interface IStreamWrapper
- Throws:
IOException
finishInputStream
public void finishInputStream(InputStream in)
throws IOException
- Specified by:
finishInputStream
in interface IStreamWrapper
- Throws:
IOException
finishOutputStream
public void finishOutputStream(OutputStream out)
throws IOException
- Specified by:
finishOutputStream
in interface IStreamWrapper
- Throws:
IOException
main
public static void main(String[] args)
throws Exception
- TODO Move or remove me
- Throws:
Exception
Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.