Serializable
, Map<String,Profile.Section>
, CommentedMap<String,Profile.Section>
, Configurable
, MultiMap<String,Profile.Section>
, Persistable
, Profile
public class Wini extends Ini
Map.Entry<K extends Object,V extends Object>
Profile.Section
Modifier and Type | Field | Description |
---|---|---|
static char |
PATH_SEPARATOR |
Constructor | Description |
---|---|
Wini() |
|
Wini(File input) |
|
Wini(InputStream input) |
|
Wini(Reader input) |
|
Wini(URL input) |
Modifier and Type | Method | Description |
---|---|---|
String |
escape(String value) |
|
String |
unescape(String value) |
add, add, containsKey, containsValue, entrySet, get, get, getAll, isEmpty, keySet, length, put, put, putAll, size, toString, values
add, add, as, as, fetch, fetch, get, get, getComment, put, remove, remove, setComment
getComment, putComment, removeComment
clear, getComment, putAll, putComment, remove, remove, removeComment
getConfig, getFile, load, load, load, load, load, newBuilder, setConfig, setFile, store, store, store, store, store, store
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, replace, replace, replaceAll, size, values
public static final char PATH_SEPARATOR
public Wini()
public Wini(File input) throws IOException, InvalidFileFormatException
IOException
InvalidFileFormatException
public Wini(URL input) throws IOException, InvalidFileFormatException
IOException
InvalidFileFormatException
public Wini(InputStream input) throws IOException, InvalidFileFormatException
IOException
InvalidFileFormatException
public Wini(Reader input) throws IOException, InvalidFileFormatException
IOException
InvalidFileFormatException