The im4java Library, Version 1.4.0

org.im4java.process
Interface ErrorConsumer

All Known Implementing Classes:
ArrayListErrorConsumer, CompareCmd, CompositeCmd, ConvertCmd, DcrawCmd, DisplayCmd, ExiftoolCmd, GraphicsMagickCmd, IdentifyCmd, ImageCommand, ImageMagickCmd, JpegtranCmd, MogrifyCmd, MontageCmd, Pipe, UFRawCmd

public interface ErrorConsumer

This interface defines an ErrorConsumer. An ErrorConsumer reads output from a process' stderr.

Since:
0.95
Version:
$Revision: 1.2 $
Author:
$Author: bablokb $

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

Method Detail

consumeError

void consumeError(java.io.InputStream pInputStream)
                  throws java.io.IOException
The ErrorConsumer 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/