It can mangage a map of key string to value string for each group represented string(s). Interface: put/get/del, getValAsInt, getValAsLong. Serialize interface: write/read. Others : clear, getPath, etc. Format: comment: "[#;].*\n$" group: "^\[\s*(\w+)(?:\s+(\s+)?\s*\]" -> $1 is g1, $2 is g2. entry: "\s*(\w+)\s*=\s*(\w+)\s*" -> $1 is key, $2 is val.
|
|
|
|
|
|