Used when creatingscala.sys.process.ProcessBuilder.Source and/orscala.sys.process.ProcessBuilder.Sink from a file.
Append the contents of ajava.io.File to this file
Append the contents from ajava.net.URL to this file
Append the contents of ajava.io.InputStream to this file
Append the contents of ascala.sys.process.ProcessBuilder to this file
Append the contents of ascala.sys.process.ProcessBuilder to this file
Reads the output of ascala.sys.process.ProcessBuilder into the input stream of this process.
Reads the output of ascala.sys.process.ProcessBuilder 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.
Reads the given URL into the input stream of this process.
Reads the given URL into the input stream of this process.
Reads the given file into the input stream of this process.
Reads the given file into the input stream of this process.
Writes the output stream of this process to ascala.sys.process.ProcessBuilder.
Writes the output stream of this process to ascala.sys.process.ProcessBuilder.
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.
Writes the output stream of this process to the given file.
Writes the output stream of this process to the given file.
Appends the output stream of this process to the given file.
Appends the output stream of this process to the given file.
Returns ascala.sys.process.ProcessBuilder representing thisSource.
Returns ascala.sys.process.ProcessBuilder representing thisSource.