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
/
SyncSystemFSProcess
Sync
System
FSProcess
open
class
SyncSystemFSProcess
(
val
stdin
:
SyncOutputStream
,
val
stdout
:
SyncInputStream
,
val
stderr
:
SyncInputStream
)
:
AutoCloseable
Members
Constructors
Sync
System
FSProcess
Link copied to clipboard
constructor
(
stdin
:
SyncOutputStream
,
stdout
:
SyncInputStream
,
stderr
:
SyncInputStream
)
Properties
exit
Code
Link copied to clipboard
open
val
exitCode
:
Int
stderr
Link copied to clipboard
val
stderr
:
SyncInputStream
stdin
Link copied to clipboard
val
stdin
:
SyncOutputStream
stdout
Link copied to clipboard
val
stdout
:
SyncInputStream
Functions
close
Link copied to clipboard
open
override
fun
close
(
)
destroy
Link copied to clipboard
open
fun
destroy
(
)