org.ini4j.spi
Class IniParser
Object
org.ini4j.spi.IniParser
public class IniParser
- extends Object
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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,
InvalidFileFormatException
- Throws:
IOException
InvalidFileFormatException
parse
public void parse(Reader input,
IniHandler handler)
throws IOException,
InvalidFileFormatException
- Throws:
IOException
InvalidFileFormatException
parse
public void parse(URL input,
IniHandler handler)
throws IOException,
InvalidFileFormatException
- Throws:
IOException
InvalidFileFormatException
getConfig
protected Config getConfig()
setConfig
protected void setConfig(Config value)
parseError
protected void parseError(String line,
int lineNumber)
throws InvalidFileFormatException
- Throws:
InvalidFileFormatException
Copyright © 2011. All Rights Reserved.