edu.duke.cs.osprey
3.3
edu.duke.cs.osprey
/
edu.duke.cs.osprey.gui.io
/
ProcessStreamer
Process
Streamer
class
ProcessStreamer
(
processBuilder
:
ProcessBuilder
)
Content copied to clipboard
Reads stdout and stderr from a process and sends the lines back in a ConcurrentLinkedQueue instance.
Constructors
Functions
Properties
Constructors
Process
Streamer
Link copied to clipboard
fun
ProcessStreamer
(
processBuilder
:
ProcessBuilder
)
Content copied to clipboard
Functions
wait
For
Link copied to clipboard
fun
waitFor
(
)
:
ProcessStreamer
Content copied to clipboard
Properties
console
Link copied to clipboard
val
console
:
ConcurrentLinkedQueue
<
String
>
Content copied to clipboard
exitCode
Link copied to clipboard
val
exitCode
:
Int
Content copied to clipboard