read

open override fun read(block: Boolean): String

Return

String output from black box.

Parameters

block

Whether to wait for the next available output, or throw an exception if none are available.

Throws

if blocking is disabled and black box is not ready for read.

Sources

jvm source
Link copied to clipboard