public class XPropertiesReader
extends java.lang.Object
Constructor and Description |
---|
XPropertiesReader() |
Modifier and Type | Method and Description |
---|---|
static boolean |
read(java.io.InputStream fileStream,
java.lang.String name)
This method loads XML properties from the specified InputStream or from the translated
file named "name".
|
static boolean |
read(java.io.InputStream fileStream,
java.lang.String name,
boolean toTranslate)
If toTranslate is true, it behaves just like read(InputStream, String); else it loads XML properties
from the specified InputStream, which must be the right(i.e.
|
public static boolean read(java.io.InputStream fileStream, java.lang.String name)
public static boolean read(java.io.InputStream fileStream, java.lang.String name, boolean toTranslate)
Copyright ? 2002 Romain Guy.