public class LinesPumpStreamHandler extends PumpStreamHandler
| Constructor and Description |
|---|
LinesPumpStreamHandler(InputStream output,
InputStream error)
Construct a new
LinesPumpStreamHandler. |
| Modifier and Type | Method and Description |
|---|---|
LinesStreamPumper |
getErrorPumper()
Gets the error
StreamPumper. |
LinesStreamPumper |
getOutputPumper()
Gets the output
StreamPumper. |
start, stoppublic LinesPumpStreamHandler(InputStream output, InputStream error)
LinesPumpStreamHandler.output - The stream for output.error - The stream for errors.public LinesStreamPumper getOutputPumper()
PumpStreamHandlerStreamPumper.getOutputPumper in class PumpStreamHandlerpublic LinesStreamPumper getErrorPumper()
PumpStreamHandlerStreamPumper.getErrorPumper in class PumpStreamHandler