Package gw.util

Class ProcessStarter.Gobbler

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

private static class ProcessStarter.Gobbler extends Thread
  • Field Details

    • _streamToGobble

      private InputStream _streamToGobble
    • _buffer

      private Writer _buffer
    • _gobblerCharset

      private String _gobblerCharset
  • Constructor Details

  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable
      Overrides:
      run in class Thread