The im4java Library, Version 1.4.0

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.
 

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

The im4java Library, Version 1.4.0

Released under the LGPL, (c) Bernhard Bablok 2008-2010
Homepage: http://im4java.sourceforge.net/