Package gw.util

Class ProcessStarter.StreamPipe

java.lang.Object
gw.util.ProcessStarter.StreamPipe
All Implemented Interfaces:
Runnable
Enclosing class:
ProcessStarter

private static class ProcessStarter.StreamPipe extends Object implements Runnable
  • Field Details

    • _outStream

      private OutputStream _outStream
    • _inStream

      private InputStream _inStream
    • _poll

      private boolean _poll
    • _done

      private boolean _done
  • Constructor Details

  • Method Details

    • setDone

      public void setDone()
    • run

      public void run()
      Specified by:
      run in interface Runnable