| Opens a resource and return an InputStream that will read
the contents of the resource. A resource URL is used to name
the resource. The URL can be any valid URL to which you can
establish a connect, including web pages, ftp site files, and
files in the CLASSPATH including JAR files.
To open a file on the CLASSPATH, use a full class name, with
the slash syntax, such "/com/ice/util/ResourceUtilities.class".
Note the leading slash.
Parameters: path - The properties resource's name. Parameters: props - The system properties to add properties into. The InputStream that will read the resource's contents. |