Package | Description |
---|---|
org.ini4j |
[ini4j] main package
|
org.ini4j.spi |
[ini4j] service provider package
|
Modifier and Type | Method and Description |
---|---|
protected IniHandler |
Reg.newBuilder() |
protected IniHandler |
Ini.newBuilder() |
Modifier and Type | Method and Description |
---|---|
protected void |
Ini.store(IniHandler formatter,
Profile.Section section) |
protected void |
Ini.store(IniHandler formatter,
Profile.Section section,
String option,
int index) |
Modifier and Type | Class and Description |
---|---|
class |
IniBuilder |
class |
IniFormatter |
class |
RegBuilder |
Modifier and Type | Method and Description |
---|---|
void |
IniParser.parse(InputStream input,
IniHandler handler) |
void |
IniParser.parse(Reader input,
IniHandler handler) |
void |
IniParser.parse(URL input,
IniHandler handler) |
Copyright © 2018. All rights reserved.