org.ini4j
Class OptionParser
java.lang.Object
org.ini4j.AbstractParser
org.ini4j.OptionParser
public class OptionParser
- extends AbstractParser
Methods inherited from class java.lang.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(java.io.InputStream input,
OptionHandler handler)
throws java.io.IOException,
InvalidIniFormatException
- Throws:
java.io.IOException
InvalidIniFormatException
parse
public void parse(java.io.Reader input,
OptionHandler handler)
throws java.io.IOException,
InvalidIniFormatException
- Throws:
java.io.IOException
InvalidIniFormatException
parse
public void parse(java.net.URL input,
OptionHandler handler)
throws java.io.IOException,
InvalidIniFormatException
- Throws:
java.io.IOException
InvalidIniFormatException
Copyright © 2011. All Rights Reserved.