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

/opengrok-sun/src/org/opensolaris/opengrok/util/
H A DExecutor.java51 private byte[] stdout; field in class:Executor
100 stdout = spoolOut.getBytes();
210 if (stdout != null) {
211 ret = new String(stdout);
232 return new ByteArrayInputStream(stdout);

Completed in 33 milliseconds