|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IniHandler | |
---|---|
org.ini4j | [ini4j] main package |
org.ini4j.spi | [ini4j] service provider package |
Uses of IniHandler in org.ini4j |
---|
Methods in org.ini4j that return IniHandler | |
---|---|
protected IniHandler |
Reg.newBuilder()
|
protected IniHandler |
Ini.newBuilder()
|
Methods in org.ini4j with parameters of type IniHandler | |
---|---|
protected void |
Ini.store(IniHandler formatter,
Profile.Section section)
|
protected void |
Ini.store(IniHandler formatter,
Profile.Section section,
String option,
int index)
|
Uses of IniHandler in org.ini4j.spi |
---|
Classes in org.ini4j.spi that implement IniHandler | |
---|---|
class |
IniBuilder
|
class |
IniFormatter
|
class |
RegBuilder
|
Methods in org.ini4j.spi with parameters of type IniHandler | |
---|---|
void |
IniParser.parse(InputStream input,
IniHandler handler)
|
void |
IniParser.parse(Reader input,
IniHandler handler)
|
void |
IniParser.parse(URL input,
IniHandler handler)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |