equal
deleted
inserted
replaced
115 * whereas the other constructor which takes a Reader does not have that limitation. |
115 * whereas the other constructor which takes a Reader does not have that limitation. |
116 * |
116 * |
117 * @see ResourceBundle |
117 * @see ResourceBundle |
118 * @see ListResourceBundle |
118 * @see ListResourceBundle |
119 * @see Properties |
119 * @see Properties |
120 * @since JDK1.1 |
120 * @since 1.1 |
121 */ |
121 */ |
122 public class PropertyResourceBundle extends ResourceBundle { |
122 public class PropertyResourceBundle extends ResourceBundle { |
123 /** |
123 /** |
124 * Creates a property resource bundle from an {@link java.io.InputStream |
124 * Creates a property resource bundle from an {@link java.io.InputStream |
125 * InputStream}. The property file read with this constructor |
125 * InputStream}. The property file read with this constructor |