| 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(String fileName,
XMLStore storedDefaults)
Create an XMLStore reading from the specified filename.
|
static XMLStore |
XMLStore.createFromInputStream(InputStream is1,
InputStream is2,
XMLStore storedDefaults)
Create an XMLStore reading from an input stream.
|
static XMLStore |
XMLStore.createFromResource(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(String fileName,
XMLStore storedDefaults)
Create an XMLStore reading from the specified filename.
|
static XMLStore |
XMLStore.createFromInputStream(InputStream is1,
InputStream is2,
XMLStore storedDefaults)
Create an XMLStore reading from an input stream.
|
static XMLStore |
XMLStore.createFromResource(String resourceName,
XMLStore storedDefaults)
Create a read-only XMLStore reading from the specified resource, opened as a Resource stream using the
XMLStore ClassLoader.
|
Copyright © 1999-2015 UCAR/Unidata. All Rights Reserved.