org.codehaus.plexus.util.cli
public class StreamFeeder extends Thread
Version: $Id: StreamFeeder.java 8695 2010-04-20 18:37:36Z bentmann $
| Constructor Summary | |
|---|---|
| StreamFeeder(InputStream input, OutputStream output)
Create a new StreamFeeder
| |
| Method Summary | |
|---|---|
| void | close() |
| boolean | isDone() |
| void | run() |
Parameters: input Stream to read from output Stream to write to