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