Searched refs:ProcessPipeOutputStream (Results 1 – 2 of 2) sorted by relevance
160 new ProcessPipeOutputStream(fds[0]);190 if (stdin instanceof ProcessPipeOutputStream)191 ((ProcessPipeOutputStream) stdin).processExited();312 static class ProcessPipeOutputStream extends BufferedOutputStream {313 ProcessPipeOutputStream(int fd) {
143 static class ProcessPipeOutputStream extends java.io.BufferedOutputStream { class in UNIXProcess145 ProcessPipeOutputStream(int fd) { in ProcessPipeOutputStream() method in UNIXProcess.ProcessPipeOutputStream