Sink
scala.sys.process.ProcessBuilder.Sink
trait SinkRepresents everything that can receive an output from a scala.sys.process.ProcessBuilder.
Attributesclass
Objecttrait
Matchableclass
Anytrait
ProcessBuildertrait
FileBuilder:
ProcessBuilder Attributes(
f:
File):
ProcessBuilderReads the given file into the input stream of this process.
Reads the given file into the input stream of this process.
Attributes(
f:
URL):
ProcessBuilderReads the given URL into the input stream of this process.
Reads the given URL into the input stream of this process.
Attributes(
in:
=> InputStream):
ProcessBuilderReads 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(
b:
ProcessBuilder):
ProcessBuilderReads 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.
AttributesRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4