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 IniHandlerIni.newBuilder()protected IniHandlerReg.newBuilder()Methods in org.ini4j with parameters of type IniHandlerModifier and TypeMethodDescriptionprotected voidIni.store(IniHandler formatter, Profile.Section section) protected voidIni.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 TypeMethodDescriptionvoidIniParser.parse(InputStream input, IniHandler handler) voidIniParser.parse(Reader input, IniHandler handler) voidIniParser.parse(URL input, IniHandler handler)