Searched defs:PropertyResourceBundle (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/
H A DPropertyResourceBundle.java48 * <code>PropertyResourceBundle</code> is a concrete subclass of
56 * <code>PropertyResourceBundle</code>. Instead, you supply properties
59 * <code>PropertyResourceBundle</code> that refers to it. See
68 * This member is based on <code>PropertyResourceBundle</code>, and the text
103 * <strong>Note:</strong> PropertyResourceBundle can be constructed either
105 * Constructing a PropertyResourceBundle instance from an InputStream requires
117 public class PropertyResourceBundle extends ResourceBundle { class in inherits:ResourceBundle
128 public PropertyResourceBundle (InputStream stream) throws IOException { method in class:PropertyResourceBundle
137 * {@link #PropertyResourceBundle(java.io.InputStream) PropertyResourceBundle(InputStrea
146 public PropertyResourceBundle (Reader reader) throws IOException { method in class:PropertyResourceBundle
[all...]

Completed in 32 milliseconds