public class Wini extends Ini
Profile.Section
Modifier and Type | Field and Description |
---|---|
static char |
PATH_SEPARATOR |
Constructor and Description |
---|
Wini() |
Wini(File input) |
Wini(InputStream input) |
Wini(Reader input) |
Wini(URL input) |
Modifier and Type | Method and Description |
---|---|
String |
escape(String value) |
String |
unescape(String value) |
getConfig, getFile, load, load, load, load, load, newBuilder, setConfig, setFile, store, store, store, store, store, store
add, add, as, as, fetch, fetch, get, get, getComment, put, remove, remove, setComment
clear, getComment, putAll, putComment, remove, remove, removeComment
add, add, containsKey, containsValue, entrySet, get, get, getAll, isEmpty, keySet, length, put, put, putAll, size, toString, values
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getComment, putComment, removeComment
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