Sink

scala.sys.process.ProcessBuilder.Sink
trait Sink

Represents everything that can receive an output from a scala.sys.process.ProcessBuilder.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

protected def toSink: ProcessBuilder

Concrete methods

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

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

Attributes

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

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

Attributes

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.

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

Reads the output of a scala.sys.process.ProcessBuilder into the input stream of this process.

Reads the output of a scala.sys.process.ProcessBuilder into the input stream of this process.

Attributes