org.apache.commons.launcher
public class StreamConnector extends Thread
Constructor Summary | |
---|---|
StreamConnector(InputStream is, OutputStream os)
Specify the streams that this object will connect in the run
method.
|
Method Summary | |
---|---|
void | run()
Connect the InputStream and OutputStream objects specified in the
StreamConnector constructor. |
Parameters: is the InputStream to read from. os the OutputStream to write to.