org.ini4j.addon
Class FancyIniParser.IniSource
java.lang.Object
org.ini4j.addon.FancyIniParser.IniSource
- Enclosing class:
- FancyIniParser
protected static class FancyIniParser.IniSource
- extends java.lang.Object
Field Summary |
protected boolean |
allowInclude
|
protected java.net.URL |
base
|
protected java.util.Stack<java.net.URL> |
bases
|
protected java.io.LineNumberReader |
reader
|
protected java.util.Stack<java.io.LineNumberReader> |
readers
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
allowInclude
protected boolean allowInclude
base
protected java.net.URL base
bases
protected java.util.Stack<java.net.URL> bases
reader
protected java.io.LineNumberReader reader
readers
protected java.util.Stack<java.io.LineNumberReader> readers
FancyIniParser.IniSource
protected FancyIniParser.IniSource(java.io.Reader input,
boolean includeFlag)
FancyIniParser.IniSource
protected FancyIniParser.IniSource(java.net.URL base,
boolean includeFlag)
throws java.io.IOException
- Throws:
java.io.IOException
include
protected void include(java.net.URL location)
throws java.io.IOException
- Throws:
java.io.IOException
getLineNumber
protected int getLineNumber()
readLine
protected java.lang.String readLine()
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © {inceptionYear}-2008 null. All Rights Reserved.