public class IniReader extends Object
de.uni_leipzig.asv.bordag.sgz.util.IniFile,
de.uni_leipzig.asv.bordag.sgz.util.IniWriter| Modifier and Type | Field and Description |
|---|---|
protected Hashtable<String,Hashtable<String,String>> |
entries |
protected String |
file |
| Constructor and Description |
|---|
IniReader(File file)
Convenience constructor
|
IniReader(String fileName)
Creates an instance of the IniReader and reads the file, thus cashing the
data
|
protected String file
public IniReader(File file) throws FileNotFoundException
FileNotFoundExceptionpublic IniReader(String fileName) throws FileNotFoundException
FileNotFoundExceptionCopyright © 2013. All rights reserved.