org.codehaus.plexus.util.cli
public class StreamPumper extends Thread
Since: June 11, 2001
| Field Summary | |
|---|---|
| StreamConsumer | consumer |
| boolean | done |
| BufferedReader | in |
| PrintWriter | out |
| static int | SIZE |
| Constructor Summary | |
|---|---|
| StreamPumper(InputStream in) | |
| StreamPumper(InputStream in, StreamConsumer consumer) | |
| StreamPumper(InputStream in, PrintWriter writer) | |
| StreamPumper(InputStream in, PrintWriter writer, StreamConsumer consumer) | |
| Method Summary | |
|---|---|
| void | close() |
| void | consumeLine(String line) |
| void | flush() |
| boolean | isDone() |
| void | run() |