public class IniReader extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getLineNumber() |
Properties |
getSection(String name) |
List<String> |
getSections()
Return a set containing the sections in this ini configuration.
|
public IniReader(Reader reader) throws IOException
IOExceptionpublic List<String> getSections()
public Properties getSection(String name)
public int getLineNumber()
Copyright © 2018. All rights reserved.