org.eclipse.ercp.xml.io
Class PropertyFileReader

java.lang.Object
  extended by org.eclipse.ercp.xml.io.PropertyFileReader

public class PropertyFileReader
extends java.lang.Object

Because CLDC doesn't provide the properties class, we have to write our own Property file reader...


Constructor Summary
PropertyFileReader()
          Constructor
 
Method Summary
 java.util.Hashtable read(java.io.InputStream in, java.util.Hashtable table)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyFileReader

public PropertyFileReader()
Constructor

Method Detail

read

public java.util.Hashtable read(java.io.InputStream in,
                                java.util.Hashtable table)
                         throws java.io.IOException
Throws:
java.io.IOException