Package 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.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
consumeOutput
(InputStream pInputStream) The OutputConsumer must read the output of a process from the given InputStream.
-
Method Details
-
consumeOutput
The OutputConsumer must read the output of a process from the given InputStream.- Throws:
IOException
-