Class Piper

java.lang.Object
org.eclipse.dirigible.commons.process.Piper
All Implemented Interfaces:
Runnable

public class Piper
extends Object
implements Runnable
The Class Piper.
  • Constructor Details

    • Piper

      public Piper​(InputStream input, OutputStream output)
      Instantiates a new piper.
      Parameters:
      input - the input
      output - the output
  • Method Details