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 {@link #run()}
method.
|
Method Summary | |
---|---|
void | run()
Connect the InputStream and OutputStream objects specified in the
{@link #StreamConnector(InputStream, OutputStream)} constructor. |
Parameters: is the InputStream to read from. os the OutputStream to write to.