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, stringPropertyNames
clear, 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, values
public void load(Reader reader) throws IOException
load
in class Properties
IOException
public void load(InputStream inputStream) throws IOException
load
in class Properties
IOException
Copyright © 2020. All rights reserved.