Class InputStreamPumper

java.lang.Object
org.apache.commons.exec.InputStreamPumper
All Implemented Interfaces:
Runnable

public class InputStreamPumper extends Object implements Runnable
Copies all data from an System.input stream to an output stream of the executed process.
  • Field Details Link icon

  • Constructor Details Link icon

  • Method Details Link icon

    • run Link icon

      public void run()
      Copies data from the input stream to the output stream. Terminates as soon as the input stream is closed or an error occurs.
      Specified by:
      run in interface Runnable
    • stopProcessing Link icon

      public void stopProcessing()
      Requests processing to stop.