Searched refs:buffered (Results 1 – 1 of 1) sorted by relevance
161 try (BufferedOutputStream buffered = new BufferedOutputStream(new FileOutputStream(out))) { in dumpCommandOutput() argument162 dumpCommandOutput(cmd, buffered); in dumpCommandOutput()