Interface InputHandler

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.io.OutputStream getOutput()
      Gets the output stream.
      void setOutput​(java.io.OutputStream output)
      Sets the output stream.
      • Methods inherited from interface java.lang.Runnable

        run
    • Method Detail

      • setOutput

        void setOutput​(java.io.OutputStream output)
        Sets the output stream. The input for the external process is read from this output stream.
        Parameters:
        output - the output stream. May be null.
      • getOutput

        java.io.OutputStream getOutput()
        Gets the output stream. The input for the external process is read from this output stream.
        Returns:
        the output stream. May be null.