org.eclipse.net4j.util.io
Class GZIPStreamWrapper

java.lang.Object
  extended by org.eclipse.net4j.util.io.GZIPStreamWrapper
All Implemented Interfaces:
IStreamWrapper

public class GZIPStreamWrapper
extends Object
implements IStreamWrapper


Constructor Summary
GZIPStreamWrapper()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GZIPStreamWrapper

public GZIPStreamWrapper()
Method Detail

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) 2011, 2012 Eike Stepper (Berlin, Germany) and others.