Package net.i2p.BOB
Class TCPio
java.lang.Object
net.i2p.BOB.TCPio
- All Implemented Interfaces:
Runnable
public class TCPio extends Object implements Runnable
Shove data from one stream to the other.
- Author:
- sponge
-
Constructor Summary
Constructors Constructor Description TCPio(InputStream Ain, OutputStream Aout, AtomicBoolean lives)
Constructor -
Method Summary
Modifier and Type Method Description void
run()
Copy from source to destination...
-
Constructor Details
-
TCPio
TCPio(InputStream Ain, OutputStream Aout, AtomicBoolean lives)Constructor- Parameters:
Ain
- InputStreamAout
- OutputStream param database
-
-
Method Details