Searched refs:stdout (Results 1 - 1 of 1) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/util/
H A DExecutor.java49 private byte[] stdout; field in class:Executor
98 stdout = spoolOut.getBytes();
212 if (stdout != null) {
213 ret = new String(stdout);
234 return new ByteArrayInputStream(stdout);

Completed in 7 milliseconds