Sink (original) (raw)

scala.sys.process.ProcessBuilder.Sink

Members list

Reads the given file into the input stream of this process.

Reads the given URL into the input stream of this process.

Reads the given InputStream into the input stream of this process.

Reads the given InputStream into the input stream of this process. The argument is call-by-name, so the stream is recreated, read, and closed each time this process is executed.

Attributes

Source

ProcessBuilder.scala

In this article