MCPcopy Index your code
hub / github.com/BombusMod/BombusMod / loadFile

Method loadFile

src/main/java/IE/ConfigData.java:392–396  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

390 }
391
392 private String loadFile() {
393 FileIO f=FileIO.createConnection(file);
394 byte[] b = f.readFile();
395 return new String(b, 0, b.length);
396 }
397
398
399// Sorted similar to Config.loadFromStorage()/Config.saveToStorage().

Callers 1

iDataMethod · 0.95

Calls 2

createConnectionMethod · 0.95
readFileMethod · 0.95

Tested by

no test coverage detected