Stdio

sealed class Stdio(source)

Standard input/output stream types for Process stdin, stdout, and stderr.

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard
class Config
Link copied to clipboard
class File : Stdio

Uses the specified file for the standard input/output stream.

Link copied to clipboard
data object Inherit : Stdio

Inherit the system's standard input/output stream.

Link copied to clipboard
data object Pipe : Stdio

Connects the Process with its parent via a pipe.