ORG.oclc.ecat.util
Class IniFileSection
java.lang.Object
|
+--java.util.Dictionary
|
+--java.util.Hashtable
|
+--ORG.oclc.ecat.util.IniFileSection
- public class IniFileSection
- extends Hashtable
IniFileSection provides facitilities to manage a section
of an windows .ini file.
- See Also:
oclc.guidon.util.IniFile
, Serialized Form
Methods inherited from class java.util.Hashtable |
clear,
clone,
contains,
containsKey,
containsValue,
elements,
entrySet,
equals,
get,
hashCode,
isEmpty,
keys,
keySet,
put,
putAll,
rehash,
remove,
size,
toString,
values |
IniFileSection
public IniFileSection(String key)
getKeys
public String[] getKeys()
dump
public void dump(PrintStream ps)
getValue
public String getValue(String key)
getIntValue
public int getIntValue(String key,
int deflt)