org.ini4j
Class Wini

Object
  extended by org.ini4j.BasicMultiMap<K,V>
      extended by org.ini4j.CommonMultiMap<String,Profile.Section>
          extended by org.ini4j.BasicProfile
              extended by org.ini4j.Ini
                  extended by 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 org.ini4j.Profile
Profile.Section
 
Nested classes/interfaces inherited from interface Map
Map.Entry<K,V>
 
Field Summary
static char PATH_SEPARATOR
           
 
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.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 Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.ini4j.MultiMap
add, add, get, getAll, length, put, putAll, remove
 
Methods inherited from interface org.ini4j.CommentedMap
getComment, putComment, removeComment
 
Methods inherited from interface Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

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
Method Detail

escape

public String escape(String value)

unescape

public String unescape(String value)


Copyright © 2011. All Rights Reserved.