Searched refs:StreamPump (Results 1 – 3 of 3) sorted by relevance
227 StreamPump inputPump = new StreamPump(output, process.getInputStream()); in backgroundExec()228 StreamPump errorPump = new StreamPump(error, process.getErrorStream()); in backgroundExec()256 StreamPump inputPump = new StreamPump(output, process.getInputStream()); in exec()257 StreamPump errorPump = new StreamPump(error, process.getErrorStream()); in exec()
32 public class StreamPump extends Thread { class36 public StreamPump(StringBuffer stringBuffer, InputStream inputStream) { in StreamPump() method in StreamPump
META-INF/ META-INF/MANIFEST.MF org/ org/openoffice/ org/openoffice/test/ org/openoffice/test/common/ ...
Completed in 18 milliseconds