Uses of Interface
org.ini4j.spi.IniHandler
Packages that use IniHandler
-
Uses of IniHandler in org.ini4j
Methods in org.ini4j that return IniHandlerModifier and TypeMethodDescriptionprotected IniHandler
Ini.newBuilder()
protected IniHandler
Reg.newBuilder()
Methods in org.ini4j with parameters of type IniHandlerModifier and TypeMethodDescriptionprotected 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 IniHandlerMethods in org.ini4j.spi with parameters of type IniHandlerModifier and TypeMethodDescriptionvoid
IniParser.parse
(InputStream input, IniHandler handler) void
IniParser.parse
(Reader input, IniHandler handler) void
IniParser.parse
(URL input, IniHandler handler)