toggle menu
kotlin-process
1.5
jvm
switch theme
search in API
kotlin-process
/
com.github.pgreze.process
/
InputSource
/
FromStream
From
Stream
class
FromStream
(
val
handler
:
suspend
(
OutputStream
)
->
Unit
)
:
InputSource
Allows custom logic given the
Process.getInputStream
instance, auto-closed after
handler
completes.
Members
Constructors
From
Stream
Link copied to clipboard
constructor
(
handler
:
suspend
(
OutputStream
)
->
Unit
)
Properties
handler
Link copied to clipboard
val
handler
:
suspend
(
OutputStream
)
->
Unit