public class ReaderProperties extends Properties
defaults| Constructor and Description |
|---|
ReaderProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
load(InputStream inputStream)
override this load method
|
void |
load(Reader reader)
override this load method
|
getProperty, getProperty, list, list, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNamesclear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, toString, valuespublic void load(Reader reader) throws IOException
load in class PropertiesIOExceptionpublic void load(InputStream inputStream) throws IOException
load in class PropertiesIOExceptionCopyright © 2020. All rights reserved.