Class SimpleInputHandler

    • Constructor Detail

      • SimpleInputHandler

        public SimpleInputHandler​(java.io.InputStream input,
                                  java.lang.String tag)
        Initializes the simple input handler.
        Parameters:
        input - the input stream from which to read the input for the external process. May be null.
        tag - a tag for logging. May be null.
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable
        Overrides:
        run in class StreamPipe