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, getFooterComment, getHeaderComment, put, remove, removeOptionFromSection, setFooterComment, setHeaderCommentaddEmptyLine, clear, getComment, getNewLineCount, 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, waitadd, add, get, getAll, length, put, putAll, removeaddEmptyLine, getComment, getNewLineCount, putComment, removeCommentclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuespublic static final char PATH_SEPARATOR
public Wini()
public Wini(File input) throws IOException, InvalidFileFormatException
public Wini(URL input) throws IOException, InvalidFileFormatException
public Wini(InputStream input) throws IOException, InvalidFileFormatException
public Wini(Reader input) throws IOException, InvalidFileFormatException
Copyright © 2001–2025. All rights reserved.