org.apache.commons.launcher
Class StreamConnector
Thread
org.apache.commons.launcher.StreamConnector
public class StreamConnector
extends Thread
A class for connecting an OutputStream to an InputStream.
- Patrick Luby
StreamConnector(InputStream is, OutputStream os) - Specify the streams that this object will connect in the
run()
method.
|
StreamConnector
public StreamConnector(InputStream is,
OutputStream os)
Specify the streams that this object will connect in the
run()
method.
is
- the InputStream to read from.os
- the OutputStream to write to.
Copyright (c) 2001-2002 - Apache Software Foundation