ArrayListOutputConsumer
, Pipe
, Stream2BufferedImage
public 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.
|