MCPcopy Create free account
hub / github.com/SeanDragon/protools / readReader

Method readReader

common/src/main/java/pro/tools/path/ToolPath.java:210–212  ·  view source on GitHub ↗
(Path path)

Source from the content-addressed store, hash-verified

208 }
209
210 public static BufferedReader readReader(Path path) throws IOException {
211 return Files.newBufferedReader(path);
212 }
213
214 public static Path writeStrings(Path path, List<String> stringList, boolean append) throws IOException {
215 OpenOption[] options = append ? WRITE_CREATE_APPEND : WRITE_CREATE;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected