public class IniProperties extends AbstractProperties
index
Constructor and Description |
---|
IniProperties() |
Modifier and Type | Method and Description |
---|---|
void |
load(java.io.InputStream in)
Load in a .ini file.
|
getDelimiter, keys, keySet, propertyNames, put, remove, save, setDelimiter, setProperty, store
getProperty, getProperty, list, list, load, loadFromXML, store, storeToXML, storeToXML, stringPropertyNames
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, merge, putAll, putIfAbsent, rehash, remove, replace, replace, replaceAll, size, toString, values
public void load(java.io.InputStream in) throws java.io.IOException
load
in class AbstractProperties
java.io.IOException