org.ini4j
Class IniParser
java.lang.Object
org.ini4j.AbstractParser
org.ini4j.IniParser
- Direct Known Subclasses:
- FancyIniParser
public class IniParser
- extends AbstractParser
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SECTION_BEGIN
public static final char SECTION_BEGIN
- See Also:
- Constant Field Values
SECTION_END
public static final char SECTION_END
- See Also:
- Constant Field Values
IniParser
public IniParser()
newInstance
public static IniParser newInstance()
newInstance
public static IniParser newInstance(Config config)
parse
public void parse(java.io.InputStream input,
IniHandler handler)
throws java.io.IOException,
InvalidIniFormatException
- Throws:
java.io.IOException
InvalidIniFormatException
parse
public void parse(java.io.Reader input,
IniHandler handler)
throws java.io.IOException,
InvalidIniFormatException
- Throws:
java.io.IOException
InvalidIniFormatException
parse
public void parse(java.net.URL input,
IniHandler handler)
throws java.io.IOException,
InvalidIniFormatException
- Throws:
java.io.IOException
InvalidIniFormatException
parseXML
public void parseXML(java.io.InputStream input,
IniHandler handler)
throws java.io.IOException,
InvalidIniFormatException
- Throws:
java.io.IOException
InvalidIniFormatException
parseXML
public void parseXML(java.io.Reader input,
IniHandler handler)
throws java.io.IOException,
InvalidIniFormatException
- Throws:
java.io.IOException
InvalidIniFormatException
parseXML
public void parseXML(java.net.URL input,
IniHandler handler)
throws java.io.IOException,
InvalidIniFormatException
- Throws:
java.io.IOException
InvalidIniFormatException
Copyright © 2011. All Rights Reserved.