org.ini4j
Class Wini
Object
org.ini4j.BasicMultiMap<K,V>
org.ini4j.CommonMultiMap<String,Profile.Section>
org.ini4j.BasicProfile
org.ini4j.Ini
org.ini4j.Wini
- All Implemented Interfaces:
- Serializable, Map<String,Profile.Section>, CommentedMap<String,Profile.Section>, Configurable, MultiMap<String,Profile.Section>, Persistable, Profile
public class Wini
- extends Ini
- See Also:
- Serialized Form
Nested classes/interfaces inherited from interface Map |
Map.Entry<K,V> |
Constructor Summary |
Wini()
|
Wini(File input)
|
Wini(InputStream input)
|
Wini(Reader input)
|
Wini(URL input)
|
Method Summary |
String |
escape(String value)
|
String |
unescape(String value)
|
Methods inherited from class org.ini4j.Ini |
getConfig, getFile, load, load, load, load, load, newBuilder, setConfig, setFile, store, store, store, store, store, store |
Methods inherited from class org.ini4j.BasicProfile |
add, add, as, as, fetch, fetch, get, get, getComment, put, remove, remove, setComment |
Methods inherited from class org.ini4j.BasicMultiMap |
add, add, containsKey, containsValue, entrySet, get, get, getAll, isEmpty, keySet, length, put, put, putAll, size, toString, values |
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface Map |
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
PATH_SEPARATOR
public static final char PATH_SEPARATOR
- See Also:
- Constant Field Values
Wini
public Wini()
Wini
public Wini(File input)
throws IOException,
InvalidFileFormatException
- Throws:
IOException
InvalidFileFormatException
Wini
public Wini(URL input)
throws IOException,
InvalidFileFormatException
- Throws:
IOException
InvalidFileFormatException
Wini
public Wini(InputStream input)
throws IOException,
InvalidFileFormatException
- Throws:
IOException
InvalidFileFormatException
Wini
public Wini(Reader input)
throws IOException,
InvalidFileFormatException
- Throws:
IOException
InvalidFileFormatException
escape
public String escape(String value)
unescape
public String unescape(String value)
Copyright © 2011. All Rights Reserved.