org.codehaus.plexus.util.cli
Class StreamFeeder
Thread
org.codehaus.plexus.util.cli.StreamFeeder
public class StreamFeeder
extends Thread
Read from an InputStream and write the output to an OutputStream.
$Id: StreamFeeder.java 5958 2007-02-28 10:29:55Z olamy $StreamFeeder(InputStream input, OutputStream output) - Create a new StreamFeeder
|
StreamFeeder
public StreamFeeder(InputStream input,
OutputStream output)
Create a new StreamFeeder
input
- Stream to read fromoutput
- Stream to write to
isDone
public boolean isDone()