Package 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 Class Summary
-
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K extends Object,V extends Object>
-
Nested classes/interfaces inherited from interface org.ini4j.Profile
Profile.Section
-
-
Field Summary
Fields Modifier and Type Field Description static char
PATH_SEPARATOR
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.CommonMultiMap
clear, getComment, putAll, putComment, remove, remove, removeComment
-
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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.ini4j.CommentedMap
getComment, putComment, removeComment
-
-
-
-
Field Detail
-
PATH_SEPARATOR
public static final char PATH_SEPARATOR
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
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
-
-