Source
trait Source
Represents everything that can be used as an input to a scala.sys.process.ProcessBuilder.
- Source
- ProcessBuilder.scala
Value members
Abstract methods
Concrete methods
Writes the output stream of this process to the given OutputStream. The argument is call-by-name, so the stream is recreated, written, and closed each time this process is executed.
- Source
- ProcessBuilder.scala
Writes the output stream of this process to a scala.sys.process.ProcessBuilder.
- Source
- ProcessBuilder.scala