| Package | Description |
|---|---|
| ucar.util.prefs |
The ucar.util.prefs package is an extension of the jdk1.4 package java.util.prefs.
|
| Modifier and Type | Method and Description |
|---|---|
static XMLStore |
XMLStore.createFromFile(java.lang.String fileName,
XMLStore storedDefaults)
Create an XMLStore reading from the specified filename.
|
static XMLStore |
XMLStore.createFromInputStream(java.io.InputStream is1,
java.io.InputStream is2,
XMLStore storedDefaults)
Create an XMLStore reading from an input stream.
|
static XMLStore |
XMLStore.createFromResource(java.lang.String resourceName,
XMLStore storedDefaults)
Create a read-only XMLStore reading from the specified resource, opened as a Resource stream using the
XMLStore ClassLoader.
|
| Modifier and Type | Method and Description |
|---|---|
static XMLStore |
XMLStore.createFromFile(java.lang.String fileName,
XMLStore storedDefaults)
Create an XMLStore reading from the specified filename.
|
static XMLStore |
XMLStore.createFromInputStream(java.io.InputStream is1,
java.io.InputStream is2,
XMLStore storedDefaults)
Create an XMLStore reading from an input stream.
|
static XMLStore |
XMLStore.createFromResource(java.lang.String resourceName,
XMLStore storedDefaults)
Create a read-only XMLStore reading from the specified resource, opened as a Resource stream using the
XMLStore ClassLoader.
|