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, storeadd, add, as, as, fetch, fetch, get, get, getComment, put, remove, remove, setCommentclear, getComment, putAll, putComment, remove, remove, removeCommentadd, add, containsKey, containsValue, entrySet, get, get, getAll, isEmpty, keySet, length, put, put, putAll, size, toString, valuesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetComment, putComment, removeCommentpublic static final char PATH_SEPARATOR
public Wini()
public Wini(File input) throws IOException, InvalidFileFormatException
IOExceptionInvalidFileFormatExceptionpublic Wini(URL input) throws IOException, InvalidFileFormatException
IOExceptionInvalidFileFormatExceptionpublic Wini(InputStream input) throws IOException, InvalidFileFormatException
IOExceptionInvalidFileFormatExceptionpublic Wini(Reader input) throws IOException, InvalidFileFormatException
IOExceptionInvalidFileFormatException