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.
  • Method Summary

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

    • consumeOutput

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