org.ini4j.addon
Class FancyIniParser.IniSource
Object
FancyIniParser.IniSource
- Enclosing class:
- FancyIniParser
protected static class FancyIniParser.IniSource
- extends Object
Field Summary |
protected URL |
base
|
protected Stack<URL> |
bases
|
protected LineNumberReader |
reader
|
protected Stack<LineNumberReader> |
readers
|
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
base
protected URL base
bases
protected Stack<URL> bases
reader
protected LineNumberReader reader
readers
protected Stack<LineNumberReader> readers
FancyIniParser.IniSource
protected FancyIniParser.IniSource(Reader input)
FancyIniParser.IniSource
protected FancyIniParser.IniSource(URL base)
throws IOException
- Throws:
IOException
include
protected void include(LineNumberReader input,
URL location)
getLineNumber
protected int getLineNumber()
readLine
protected String readLine()
throws IOException
- Throws:
IOException