![]() |
0.10.8-alpha
|
Constantly reads an input stream and captures its content. More...
Public Member Functions | |
| void | run () |
| synchronized byte [] | getBytes () |
| Returns the contents captured by the gobbler as an array of bytes. More... | |
Constantly reads an input stream and captures its content.
Inspired from ArrayDeque Overflow
Definition at line 94 of file CommandRunner.java.
| synchronized byte [] ca.uqac.lif.cep.io.CommandRunner.StreamGobbler.getBytes | ( | ) |
Returns the contents captured by the gobbler as an array of bytes.
Definition at line 138 of file CommandRunner.java.
| void ca.uqac.lif.cep.io.CommandRunner.StreamGobbler.run | ( | ) |
Definition at line 109 of file CommandRunner.java.