net.i2p.util
Class EepGet.Gunzipper

java.lang.Object
  extended by net.i2p.util.EepGet.Gunzipper
All Implemented Interfaces:
Runnable
Enclosing class:
EepGet

protected class EepGet.Gunzipper
extends Object
implements Runnable

Decompressor thread. Copied / modified from i2ptunnel HTTPResponseOutputStream (GPL)

Since:
0.8.10

Constructor Summary
EepGet.Gunzipper(InputStream in, OutputStream out)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EepGet.Gunzipper

public EepGet.Gunzipper(InputStream in,
                        OutputStream out)
Method Detail

run

public void run()
Specified by:
run in interface Runnable