protected class XMLPreferenceManager.XMLProperties
extends java.util.Properties
| Modifier | Constructor | Description |
|---|---|---|
protected |
XMLProperties() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
load(java.io.InputStream is) |
Reads a property list (key and element pairs) from the input stream.
|
void |
store(java.io.OutputStream os,
java.lang.String header) |
Writes this property list (key and element pairs) in this
Properties table to the output stream in a format suitable
for loading into a Properties table using the
load method. |
entry, of, of, of, of, of, of, of, of, of, of, of, ofEntriesfinalize, getClass, notify, notifyAll, wait, wait, waitclear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, getProperty, getProperty, hashCode, isEmpty, keys, keySet, list, list, load, loadFromXML, merge, propertyNames, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, save, setProperty, size, store, storeToXML, storeToXML, stringPropertyNames, toString, valuespublic void load(java.io.InputStream is)
throws java.io.IOException
load in class java.util.Propertiesjava.io.IOExceptionpublic void store(java.io.OutputStream os,
java.lang.String header)
throws java.io.IOException
Properties table to the output stream in a format suitable
for loading into a Properties table using the
load method.
The stream is written using the ISO 8859-1 character encoding.store in class java.util.Propertiesjava.io.IOExceptionCopyright ? 2018 Apache Software Foundation. All Rights Reserved.