Interface ErrorConsumer

All Known Implementing Classes:
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.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    consumeError(InputStream pInputStream)
    The ErrorConsumer must read the output of a process from the given InputStream.
  • Method Details

    • consumeError

      void consumeError(InputStream pInputStream) throws IOException
      The ErrorConsumer must read the output of a process from the given InputStream.
      Throws:
      IOException