org.ini4j
Class IniParser
java.lang.Object
org.ini4j.IniParser
- Direct Known Subclasses:
- FancyIniParser
-
public class IniParser
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COMMENTS
public static final java.lang.String COMMENTS
- See Also:
- Constant Field Values
OPERATOR
public static final char OPERATOR
- See Also:
- Constant Field Values
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
SERVICE_ID
public static final java.lang.String SERVICE_ID
- See Also:
- Constant Field Values
DEFAULT_SERVICE
public static final java.lang.String DEFAULT_SERVICE
- See Also:
- Constant Field Values
IniParser
public IniParser()
newInstance
public static IniParser newInstance()
-
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
unescape
protected java.lang.String unescape(java.lang.String line)
-
parseError
protected void parseError(java.lang.String line,
int lineNumber)
throws InvalidIniFormatException
-
- Throws:
InvalidIniFormatException