Searched refs:OutputReader (Results 1 – 1 of 1) sorted by relevance
33 class OutputReader implements Runnable { class in KatiCommandImpl37 OutputReader(InputStream stream, StringBuilder output) { in OutputReader() method in KatiCommandImpl.OutputReader94 final Thread stdoutThread = new Thread(new OutputReader(process.getInputStream(), stdout), in run()99 final Thread stderrThread = new Thread(new OutputReader(process.getErrorStream(), stderr), in run()