StandardStreamsProvider

Standard Streams Provider

Provider interface for standard parent streams, which are used in cases where stdio is inherited from the parent process to a child process.

The default implementation provides access to the JVM parent's streams.

Functions

Link copied to clipboard
open fun stderr(): OutputStream?
Link copied to clipboard
open fun stdin(): InputStream?
Link copied to clipboard
open fun stdout(): OutputStream?