Open SiteSearch 4.1.1
Final

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

Constructor Summary
IniFileSection(String key)
           
 
Method Summary
 void dump(PrintStream ps)
           
 int getIntValue(String key, int deflt)
           
 String[] getKeys()
           
 String getValue(String key)
           
 
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
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IniFileSection

public IniFileSection(String key)
Method Detail

getKeys

public String[] getKeys()

dump

public void dump(PrintStream ps)

getValue

public String getValue(String key)

getIntValue

public int getIntValue(String key,
                       int deflt)

Open SiteSearch 4.1.1
Final