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/FileBuilder

FileBuilder

scala.sys.process.ProcessBuilder.FileBuilder
traitFileBuilder extendsSink,Source

Attributes

Source
ProcessBuilder.scala
Graph
Supertypes
traitSource
traitSink
classObject
traitMatchable
classAny

Members list

Value members

Abstract methods

def#<<(f:File):ProcessBuilder

Append the contents of ajava.io.File to this file

Append the contents of ajava.io.File to this file

Attributes

Source
ProcessBuilder.scala

Append the contents from ajava.net.URL to this file

Append the contents from ajava.net.URL to this file

Attributes

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

Append the contents of ajava.io.InputStream to this file

Append the contents of ajava.io.InputStream to this file

Attributes

Source
ProcessBuilder.scala

Append the contents of ascala.sys.process.ProcessBuilder to this file

Append the contents of ascala.sys.process.ProcessBuilder to this file

Attributes

Source
ProcessBuilder.scala

Inherited methods

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

Inherited from:
Sink
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

Inherited from:
Sink
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

Inherited from:
Sink
Source
ProcessBuilder.scala
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

Inherited from:
Sink
Source
ProcessBuilder.scala

Writes the output stream of this process to ascala.sys.process.ProcessBuilder.

Writes the output stream of this process to ascala.sys.process.ProcessBuilder.

Attributes

Inherited from:
Source
Source
ProcessBuilder.scala
def#>(out:=>OutputStream):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.

Attributes

Inherited from:
Source
Source
ProcessBuilder.scala
def#>(f:File):ProcessBuilder

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
Source
ProcessBuilder.scala
def#>>(f:File):ProcessBuilder

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
Source
ProcessBuilder.scala

Returns ascala.sys.process.ProcessBuilder representing thisSource.

Returns ascala.sys.process.ProcessBuilder representing thisSource.

Attributes

Inherited from:
Source
Source
ProcessBuilder.scala

Inherited and Abstract methods

Attributes

Inherited from:
Sink
Source
ProcessBuilder.scala

Attributes

Inherited from:
Source
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