hep.lcd.geometry
Class IniSectionReader

java.lang.Object
  |
  +--java.util.Dictionary
        |
        +--java.util.Hashtable
              |
              +--hep.lcd.geometry.PropertyTable
                    |
                    +--hep.lcd.geometry.IniSectionReader
Direct Known Subclasses:
Coil, CylindricalDetector, MultiLayerBarrelDetector, MultiLayerEndCapDetector

public class IniSectionReader
extends PropertyTable

See Also:
Serialized Form
Source Code:
IniSectionReader.java

Inner classes inherited from class java.util.Map
Map.Entry
 
Constructor Summary
IniSectionReader(LineNumberReader in)
           
 
Methods inherited from class hep.lcd.geometry.PropertyTable
getDouble, getDouble, getString, getString
 
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
 
Methods inherited from interface hep.lcd.geometry.PropertySet
keys
 

Constructor Detail

IniSectionReader

public IniSectionReader(LineNumberReader in)
                 throws IOException


The LCD Group