org.ini4j
Class Wini
Object
BasicMultiMap<K,V>
CommonMultiMap<String,Profile.Section>
BasicProfile
Ini
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
Methods inherited from class Ini |
getConfig, getFile, load, load, load, load, load, newBuilder, setConfig, setFile, store, store, store, store, store, store |
Methods inherited from class BasicProfile |
add, add, as, as, fetch, fetch, get, get, getComment, put, remove, remove, setComment |
Methods inherited from class BasicMultiMap |
add, add, containsKey, containsValue, entrySet, get, get, getAll, isEmpty, keySet, length, put, put, putAll, size, toString, values |
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)