net.i2p.util
Class EepGet.Gunzipper
java.lang.Object
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
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EepGet.Gunzipper
public EepGet.Gunzipper(InputStream in,
OutputStream out)
run
public void run()
- Specified by:
run
in interface Runnable