Interface OutputConsumer

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void consumeOutput​(java.io.InputStream pInputStream)
      The OutputConsumer must read the output of a process from the given InputStream.
    • Method Detail

      • consumeOutput

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