Home
last modified time | relevance | path

Searched refs:StreamPump (Results 1 – 3 of 3) sorted by relevance

/trunk/test/testcommon/source/org/openoffice/test/common/
H A DSystemUtil.java227 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()
H A DStreamPump.java32 public class StreamPump extends Thread { class
36 public StreamPump(StringBuffer stringBuffer, InputStream inputStream) { in StreamPump() method in StreamPump
/trunk/test/testassistant/lib/
H A Dtestcommon.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/openoffice/ org/openoffice/test/ org/openoffice/test/common/ ...

Completed in 18 milliseconds