URLBuilder (original) (raw)

scala.sys.process.ProcessBuilder.URLBuilder

Members list

Writes the output stream of this process to the given OutputStream.

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.

Attributes

Inherited from:

Source

Source

ProcessBuilder.scala

Writes the output stream of this process to the given file.

Appends the output stream of this process to the given file.

In this article