public class ReaderProperties extends Properties
defaults| Constructor and Description |
|---|
ReaderProperties() |
ReaderProperties(Charset charset) |
ReaderProperties(String charset) |
| Modifier and Type | Method and Description |
|---|---|
void |
load(InputStream inputStream)
override this load method
|
void |
load(InputStream inputStream,
String charset)
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 ReaderProperties()
public ReaderProperties(String charset)
public ReaderProperties(Charset charset)
public void load(Reader reader) throws IOException
load in class PropertiesIOExceptionpublic void load(InputStream inputStream) throws IOException
load in class PropertiesIOExceptionpublic void load(InputStream inputStream, String charset) throws IOException
IOExceptionCopyright © 2020. All rights reserved.