java.lang.Object
java.lang.Thread
de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.OutputDiscardThread
All Implemented Interfaces:
Runnable

class OutputDiscardThread extends Thread
  • Field Details

    • streamToCollect

      private final InputStream streamToCollect
    • bufferSize

      private final int bufferSize
  • Constructor Details

    • OutputDiscardThread

      public OutputDiscardThread(InputStream streamToCollect)
    • OutputDiscardThread

      public OutputDiscardThread(InputStream streamToCollect, int bufferSize)
  • Method Details

    • run

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