Java in a Nutshell Online Quick Reference for Java 1.1

CLASS java.util.PropertyResourceBundle

Availability: JDK 1.1

public class PropertyResourceBundle extends ResourceBundle {
   // Public Constructor
      public PropertyResourceBundle(InputStream stream) throws IOException;
   // Public Instance Methods
      public Enumeration getKeys();  // Defines ResourceBundle.getKeys()
      public Object handleGetObject(String key);  // Defines ResourceBundle.handleGetObject()
}

Java in a Nutshell Online Quick Reference for Java 1.1
Created by David Flanagan. Copyright © 1997 by O'Reilly & Associates.