org.im4java.process
Interface OutputConsumer
- All Known Implementing Classes:
- ArrayListOutputConsumer, Pipe, Stream2BufferedImage
public interface OutputConsumer
This interface defines an OutputConsumer. An OutputConsumer reads
output from a process' stdout.
- Since:
- 0.95
- Version:
- $Revision: 1.3 $
- Author:
- $Author: bablokb $
Method Summary |
void |
consumeOutput(java.io.InputStream pInputStream)
The OutputConsumer must read the output of a process from the given
InputStream. |
consumeOutput
void consumeOutput(java.io.InputStream pInputStream)
throws java.io.IOException
- The OutputConsumer must read the output of a process from the given
InputStream.
- Throws:
java.io.IOException
Released under the LGPL, (c) Bernhard Bablok 2008-2010
Homepage: http://im4java.sourceforge.net/