ArrayListOutputConsumer, Pipe, Stream2BufferedImagepublic interface OutputConsumer
| Modifier and Type | Method | Description |
|---|---|---|
void |
consumeOutput(java.io.InputStream pInputStream) |
The OutputConsumer must read the output of a process from the given
InputStream.
|