org.ini4j
Class OptionParser
Object
AbstractParser
OptionParser
public class OptionParser
- extends AbstractParser
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OptionParser
public OptionParser()
newInstance
public static OptionParser newInstance()
newInstance
public static OptionParser newInstance(Config config)
parse
public void parse(InputStream input,
OptionHandler handler)
throws IOException,
InvalidIniFormatException
- Throws:
IOException
InvalidIniFormatException
parse
public void parse(Reader input,
OptionHandler handler)
throws IOException,
InvalidIniFormatException
- Throws:
IOException
InvalidIniFormatException
parse
public void parse(URL input,
OptionHandler handler)
throws IOException,
InvalidIniFormatException
- Throws:
IOException
InvalidIniFormatException