org.ini4j
Class IniParser
Object
AbstractParser
IniParser
- Direct Known Subclasses:
- FancyIniParser
public class IniParser
- extends AbstractParser
Methods inherited from class 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(InputStream input,
IniHandler handler)
throws IOException,
InvalidIniFormatException
- Throws:
IOException
InvalidIniFormatException
parse
public void parse(Reader input,
IniHandler handler)
throws IOException,
InvalidIniFormatException
- Throws:
IOException
InvalidIniFormatException
parse
public void parse(URL input,
IniHandler handler)
throws IOException,
InvalidIniFormatException
- Throws:
IOException
InvalidIniFormatException
parseXML
public void parseXML(InputStream input,
IniHandler handler)
throws IOException,
InvalidIniFormatException
- Throws:
IOException
InvalidIniFormatException
parseXML
public void parseXML(Reader input,
IniHandler handler)
throws IOException,
InvalidIniFormatException
- Throws:
IOException
InvalidIniFormatException
parseXML
public void parseXML(URL input,
IniHandler handler)
throws IOException,
InvalidIniFormatException
- Throws:
IOException
InvalidIniFormatException