MCPcopy Create free account
hub / github.com/Giyn/LiveChat / readFile

Method readFile

src/pers/giyn/LiveChat/client/utils/Utils.java:458–460  ·  view source on GitHub ↗
(File file)

Source from the content-addressed store, hash-verified

456 public static class FileUtils {
457
458 public static byte[] readFile(File file) throws IOException {
459 return Files.readAllBytes(file.toPath());
460 }
461
462 public static void saveFile(File file, byte[] data) throws IOException {
463 if (!file.exists()) {

Callers 1

actionPerformedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected