java.util
Class PropertyResourceBundle

java.lang.Object
  |
  +--java.util.ResourceBundle
        |
        +--java.util.PropertyResourceBundle

public synchronized class PropertyResourceBundle
extends ResourceBundle


Field Summary
 
Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
PropertyResourceBundle(InputStream)
           
 
Method Summary
 Enumeration getKeys()
           
 Object handleGetObject(String)
           
 
Methods inherited from class java.util.ResourceBundle
getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, setParent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait
 

Constructor Detail

PropertyResourceBundle

public PropertyResourceBundle(InputStream)
                       throws IOException
Method Detail

handleGetObject

public Object handleGetObject(String)
Specified by:
handleGetObject in class ResourceBundle

getKeys

public Enumeration getKeys()
Specified by:
getKeys in class ResourceBundle