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.

Version:
$Revision: 1.2 $
Author:
$Author: bablokb $

Method Summary
 void consumeOutput(java.io.InputStream pInputStream)
          The OutputConsumer must read the output of a process from the given InputStream.
 

Method Detail

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