<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<!--NewPage-->
<html>
<head>
<!-- Generated by javadoc on Wed Jul 28 01:21:15 GMT 1999 -->
<title>
  Class java.util.PropertyResourceBundle
</title>
</head>
<body>
<a name="_top_"></a>
<pre>
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-java.util.html">This Package</a>  <a href="java.util.Properties.html#_top_">Previous</a>  <a href="java.util.Random.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
<hr>
<h1>
  Class java.util.PropertyResourceBundle
</h1>
<pre>
<a href="java.lang.Object.html#_top_">java.lang.Object</a>
   |
   +----<a href="java.util.ResourceBundle.html#_top_">java.util.ResourceBundle</a>
           |
           +----java.util.PropertyResourceBundle
</pre>
<hr>
<dl>
  <dt> public class <b>PropertyResourceBundle</b>
  <dt> extends <a href="java.util.ResourceBundle.html#_top_">ResourceBundle</a>
</dl>
<code>PropertyResourceBundle</code> is an abstract subclass of
 <code>ResourceBundle</code> that manages resources for a locale
 using a set of static strings from a property file. See
 <code>ResourceBundle</code> for more information about resource
 bundles in general.
 <p>
 The property file contains the keys that you use in your source code
 in calls to <code>ResourceBundle.getString</code> and similar methods,
 and their corresponding values, etc.
 The name of the property file indicates the resource bundle's family
 and locale.
 <p>
 In the following example, the keys are of the form "s1"... The actual
 keys are entirely up to your choice, so long as they are the same as
 the keys you use in your program to retrieve the objects from the bundle.
 Keys are case-sensitive.
 <blockquote>
 <pre>
 s1=3
 s2=MeinDisk
 s3=3 Mar 96
 s4=Der disk '{1}' a {0} a {2}.
 s5=0
 s6=keine Datein
 s7=1
 s8=ein Datei
 s9=2
 s10={0}|3 Datein
 s11=Der Format worf ein Exception: {0}
 s12=ERROR
 s14=Resulte
 s13=Dialogue
 s15=Pattern
 s16=1,3
 </pre>
 </blockquote>
<p>
<dl>
    <dt> <b>See Also:</b>
    <dd> <a href="java.util.ResourceBundle.html#_top_">ResourceBundle</a>, <a href="java.util.ListResourceBundle.html#_top_">ListResourceBundle</a>
</dl>
<hr>
<a name="index"></a>
<h2>
  <img src="images/constructor-index.gif" width=275 height=38 alt="Constructor Index">
</h2>
<dl>
  <dt> <img src="images/yellow-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#PropertyResourceBundle(java.io.InputStream)"><b>PropertyResourceBundle</b></a>(InputStream)
  <dd>  Creates a property resource
 
</dl>
<h2>
  <img src="images/method-index.gif" width=207 height=38 alt="Method Index">
</h2>
<dl>
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getKeys()"><b>getKeys</b></a>()
  <dd>  Implementation of ResourceBundle.getKeys.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#handleGetObject(java.lang.String)"><b>handleGetObject</b></a>(String)
  <dd>  Override of ResourceBundle, same semantics

</dl>
<a name="constructors"></a>
<h2>
  <img src="images/constructors.gif" width=231 height=38 alt="Constructors">
</h2>
<a name="PropertyResourceBundle"></a>
<a name="PropertyResourceBundle(java.io.InputStream)"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
<b>PropertyResourceBundle</b>
<pre>
 public PropertyResourceBundle(<a href="java.io.InputStream.html#_top_">InputStream</a> stream) throws <a href="java.io.IOException.html#_top_">IOException</a>
</pre>
<dl>
  <dd> Creates a property resource
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> file - property file to read from.
  </dl></dd>
</dl>
<a name="methods"></a>
<h2>
  <img src="images/methods.gif" width=151 height=38 alt="Methods">
</h2>
<a name="handleGetObject(java.lang.String)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="handleGetObject"><b>handleGetObject</b></a>
<pre>
 public <a href="java.lang.Object.html#_top_">Object</a> handleGetObject(<a href="java.lang.String.html#_top_">String</a> key)
</pre>
<dl>
  <dd> Override of ResourceBundle, same semantics
<p>
  <dd><dl>
    <dt> <b>Overrides:</b>
    <dd> <a href="java.util.ResourceBundle.html#handleGetObject(java.lang.String)">handleGetObject</a> in class <a href="java.util.ResourceBundle.html#_top_">ResourceBundle</a>
  </dl></dd>
</dl>
<a name="getKeys()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getKeys"><b>getKeys</b></a>
<pre>
 public <a href="java.util.Enumeration.html#_top_">Enumeration</a> getKeys()
</pre>
<dl>
  <dd> Implementation of ResourceBundle.getKeys.
<p>
  <dd><dl>
    <dt> <b>Overrides:</b>
    <dd> <a href="java.util.ResourceBundle.html#getKeys()">getKeys</a> in class <a href="java.util.ResourceBundle.html#_top_">ResourceBundle</a>
  </dl></dd>
</dl>
<hr>
<pre>
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-java.util.html">This Package</a>  <a href="java.util.Properties.html#_top_">Previous</a>  <a href="java.util.Random.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
</body>
</html>
