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

Method readBytes

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

Source from the content-addressed store, hash-verified

200 }
201
202 public static byte[] readBytes(Path path) throws IOException {
203 return Files.readAllBytes(path);
204 }
205
206 public static InputStream readInputStream(Path path) throws IOException {
207 return Files.newInputStream(path, READ);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected