public class IniParser extends Object
Constructor and Description |
---|
IniParser() |
Modifier and Type | Method and Description |
---|---|
protected Config |
getConfig() |
static IniParser |
newInstance() |
static IniParser |
newInstance(Config config) |
void |
parse(InputStream input,
IniHandler handler) |
void |
parse(Reader input,
IniHandler handler) |
void |
parse(URL input,
IniHandler handler) |
protected void |
parseError(String line,
int lineNumber) |
protected void |
setConfig(Config value) |
public static IniParser newInstance()
public void parse(InputStream input, IniHandler handler) throws IOException, InvalidFileFormatException
public void parse(Reader input, IniHandler handler) throws IOException, InvalidFileFormatException
public void parse(URL input, IniHandler handler) throws IOException, InvalidFileFormatException
protected Config getConfig()
protected void setConfig(Config value)
protected void parseError(String line, int lineNumber) throws InvalidFileFormatException
InvalidFileFormatException
Copyright © 2016. All rights reserved.