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

Method save

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

Writes this instance in INI format to a file. @param filename the file to write to @throws IOException at an I/O problem

(String filename)

Source from the content-addressed store, hash-verified

439 * @throws IOException at an I/O problem
440 */
441 public void save(String filename) throws IOException {
442 save(new File(filename));
443 }
444
445 /**
446 * Writes this instance in INI format to a file.

Callers

nothing calls this directly

Calls 5

getSectionMethod · 0.95
headerMethod · 0.95
saveMethod · 0.95
nextMethod · 0.80
closeMethod · 0.45

Tested by

no test coverage detected