org.codehaus.plexus.util.cli
public class StreamPumper extends Thread
Since: June 11, 2001
Version: $Id: StreamPumper.java 8701 2010-04-24 12:10:17Z bentmann $
| 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 | flush() |
| Exception | getException() |
| boolean | isDone() |
| void | run() |