OutputCatcher
Catches the output of another process.
| Methods |
| String |
readLine(long wait)
Read a line from the output.
|
| String |
readLine(long wait)
Read a line from the output.
Parameters:
wait - the maximum number of milliseconds to wait
Returns:
the line
|
| void |
run()
|
| void |
run()
|