org.apache.commons.launcher
Class StreamConnector
Threadorg.apache.commons.launcher.StreamConnector
public class StreamConnector
extends Thread
A class for connecting an OutputStream to an InputStream.
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