public class INIFile extends HashMap<String,Properties>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
INIFile() |
| Modifier and Type | Method and Description |
|---|---|
void |
load(InputStream in) |
void |
load(Reader reader) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic void load(InputStream in) throws IOException, ParseException
IOExceptionParseExceptionpublic void load(Reader reader) throws IOException, ParseException
IOExceptionParseExceptionCopyright © 2016. All rights reserved.