org.codehaus.plexus.util.cli
public class StreamFeeder extends Thread
Version: $Id: StreamFeeder.java 3144 2006-04-19 11:06:46Z evenisse $
| Field Summary | |
|---|---|
| boolean | done |
| InputStream | input |
| OutputStream | output |
| Constructor Summary | |
|---|---|
| StreamFeeder(InputStream input, OutputStream output)
Create a new StreamFeeder
| |
| Method Summary | |
|---|---|
| void | close() |
| void | feed() |
| boolean | isDone() |
| void | run() |
Parameters: input Stream to read from output Stream to write to