|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface ProcessExecutor.Visitor
Interface defining a visitor that will be called with data read from the child process's output.
| Method Summary | |
|---|---|
boolean |
process(byte[] buf,
int len,
boolean isError)
Called when data is read from the process output. |
| Method Detail |
|---|
boolean process(byte[] buf,
int len,
boolean isError)
This method is called with buf set to null on EOF.
buf - Data from the output.len - How much data in the buffer is valid.isError - Whether data is from error output.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||