org.ini4j.spi
Class IniParser

Object
  extended by org.ini4j.spi.IniParser

public class IniParser
extends Object


Constructor Summary
IniParser()
           
 
Method Summary
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)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IniParser

public IniParser()
Method Detail

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.