CompositeCmd
, ConvertCmd
, DcrawCmd
, DisplayCmd
, ExiftoolCmd
, GraphicsMagickCmd
, IdentifyCmd
, ImageCommand
, ImageMagickCmd
, JpegtranCmd
, MogrifyCmd
, MontageCmd
, Pipe
, UFRawCmd
public interface ErrorConsumer
Modifier and Type | Method | Description |
---|---|---|
void |
consumeError(java.io.InputStream pInputStream) |
The ErrorConsumer must read the output of a process from the given
InputStream.
|