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

Method IniParser

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

Constructs new bare IniParser instance.

()

Source from the content-addressed store, hash-verified

125 * Constructs new bare IniParser instance.
126 */
127 public IniParser() {
128 this(null, null);
129 }
130
131 /**
132 * Constructs new bare IniParser instance specifying case-sensitivity.

Callers

nothing calls this directly

Calls 1

addSectionMethod · 0.95

Tested by

no test coverage detected