Package org.im4java.process
Interface ErrorConsumer
-
- All Known Implementing Classes:
CompositeCmd,ConvertCmd,DcrawCmd,DisplayCmd,ExiftoolCmd,GraphicsMagickCmd,IdentifyCmd,ImageCommand,ImageMagickCmd,JpegtranCmd,MogrifyCmd,MontageCmd,Pipe,UFRawCmd
public interface ErrorConsumerThis interface defines an ErrorConsumer. An ErrorConsumer reads output from a process' stderr.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconsumeError(java.io.InputStream pInputStream)The ErrorConsumer must read the output of a process from the given InputStream.
-