public class LinesPumpStreamHandler extends PumpStreamHandler
| Constructor and Description |
|---|
LinesPumpStreamHandler(InputStream output,
InputStream error)
构造一个新的
lines抽水处理程序. |
| Modifier and Type | Method and Description |
|---|---|
LinesStreamPumper |
getErrorPumper()
获取错误
StreamPumper. |
LinesStreamPumper |
getOutputPumper()
获取输出
StreamPumper. |
start, stoppublic LinesPumpStreamHandler(InputStream output, InputStream error)
lines抽水处理程序.output - 输出流.error - 错误流.public LinesStreamPumper getOutputPumper()
PumpStreamHandlerStreamPumper.getOutputPumper in class PumpStreamHandlerpublic LinesStreamPumper getErrorPumper()
PumpStreamHandlerStreamPumper.getErrorPumper in class PumpStreamHandlerCopyright © 2019. All rights reserved.