|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.i2p.BOB.TCPio
public class TCPio
Shove data from one stream to the other.
Constructor Summary | |
---|---|
TCPio(java.io.InputStream Ain,
java.io.OutputStream Aout,
java.util.concurrent.atomic.AtomicBoolean lives)
Constructor |
Method Summary | |
---|---|
void |
run()
Copy from source to destination... |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
TCPio(java.io.InputStream Ain, java.io.OutputStream Aout, java.util.concurrent.atomic.AtomicBoolean lives)
Ain
- InputStreamAout
- OutputStream
param databaseMethod Detail |
---|
public void run()
run
in interface java.lang.Runnable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |