FileBuilder

scala.sys.process.ProcessBuilder.FileBuilder
trait FileBuilder extends Sink, Source

Attributes

Graph
Supertypes
trait Source
trait Sink
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

Append the contents of a java.io.File to this file

Append the contents of a java.io.File to this file

Attributes

Append the contents from a java.net.URL to this file

Append the contents from a java.net.URL to this file

Attributes

Append the contents of a java.io.InputStream to this file

Append the contents of a java.io.InputStream to this file

Attributes

Append the contents of a scala.sys.process.ProcessBuilder to this file

Append the contents of a scala.sys.process.ProcessBuilder to this file

Attributes

Inherited methods

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

Inherited from:
Sink

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

Inherited from:
Sink

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

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

Attributes

Inherited from:
Sink

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

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

Attributes

Inherited from:
Sink

Writes the output stream of this process to a scala.sys.process.ProcessBuilder.

Writes the output stream of this process to a scala.sys.process.ProcessBuilder.

Attributes

Inherited from:
Source

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.

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

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

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

Attributes

Inherited from:
Source

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

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

Attributes

Inherited from:
Source

Returns a scala.sys.process.ProcessBuilder representing this Source.

Returns a scala.sys.process.ProcessBuilder representing this Source.

Attributes

Inherited from:
Source

Inherited and Abstract methods

protected def toSink: ProcessBuilder

Attributes

Inherited from:
Sink
protected def toSource: ProcessBuilder

Attributes

Inherited from:
Source