public class PropertiesReader
extends java.lang.Object
| Constructor and Description |
|---|
PropertiesReader() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Properties |
load(java.io.InputStream istream)
Loads the properties from a stream.
|
public static java.util.Properties load(java.io.InputStream istream)
throws java.io.IOException
istream - an InputStream contianing the propertiesjava.io.IOException