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