korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-io-fs
/
korlibs.io.core
/
SystemFSProcess
System
FSProcess
open
class
SystemFSProcess
(
val
stdin
:
AsyncOutputStream
,
val
stdout
:
AsyncInputStream
,
val
stderr
:
AsyncInputStream
)
:
AsyncCloseable
Members
Constructors
System
FSProcess
Link copied to clipboard
constructor
(
stdin
:
AsyncOutputStream
,
stdout
:
AsyncInputStream
,
stderr
:
AsyncInputStream
)
Properties
stderr
Link copied to clipboard
val
stderr
:
AsyncInputStream
stdin
Link copied to clipboard
val
stdin
:
AsyncOutputStream
stdout
Link copied to clipboard
val
stdout
:
AsyncInputStream
Functions
close
Link copied to clipboard
open
suspend override
fun
close
(
)
destroy
Link copied to clipboard
open
suspend
fun
destroy
(
)
exit
Code
Link copied to clipboard
open
suspend
fun
exitCode
(
)
:
Int