Searched refs:giveStreamAndStartConsuming (Results 1 – 2 of 2) sorted by relevance
206 outputConsumer.giveStreamAndStartConsuming(process.getInputStream()); in executeCommand()207 errorConsumer.giveStreamAndStartConsuming(process.getErrorStream()); in executeCommand()
65 public void giveStreamAndStartConsuming(InputStream stream) { in giveStreamAndStartConsuming() method in StreamConsumer