Movatterモバイル変換


[0]ホーム

URL:


Scala 3
3.7.4
LearnInstallPlaygroundFind A LibraryCommunityBlog
Scala 3
LearnInstallPlaygroundFind A LibraryCommunityBlog
DocsAPI
Generated with
Copyright (c) 2002-2025, LAMP/EPFL
Copyright (c) 2002-2025, LAMP/EPFL
Scala 3/scala/scala.sys/scala.sys.process/ProcessBuilder/Sink

Sink

scala.sys.process.ProcessBuilder.Sink
traitSink

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

Attributes

Source
ProcessBuilder.scala
Graph
Supertypes
classObject
traitMatchable
classAny
Known subtypes

Members list

Value members

Abstract methods

Attributes

Source
ProcessBuilder.scala

Concrete methods

def#<(f:File):ProcessBuilder

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

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

Attributes

Source
ProcessBuilder.scala
def#<(f:URL):ProcessBuilder

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

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

Attributes

Source
ProcessBuilder.scala
def#<(in:=>InputStream):ProcessBuilder

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

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.

Attributes

Source
ProcessBuilder.scala
In this article
Generated with
Copyright (c) 2002-2025, LAMP/EPFL
Copyright (c) 2002-2025, LAMP/EPFL

[8]ページ先頭

©2009-2025 Movatter.jp