MCPcopy Create free account
hub / github.com/Qihoo360/poseidon / load

Method load

builder/index/src/main/java/util/IniParser.java:493–495  ·  view source on GitHub ↗

Loads INI formatted input from a file into this instance, using the default character encoding. Everything in the file before the first section header is ignored. @param filename file to read from @throws IOException at an I/O problem

(String filename)

Source from the content-addressed store, hash-verified

491 * @throws IOException at an I/O problem
492 */
493 public void load(String filename) throws IOException {
494 load(new File(filename));
495 }
496
497 /**
498 * Loads INI formatted input from a file into this instance, using the

Callers

nothing calls this directly

Calls 5

addSectionMethod · 0.95
getSectionMethod · 0.95
loadMethod · 0.95
closeMethod · 0.45
readLineMethod · 0.45

Tested by

no test coverage detected