Uses of Class
loci.common.IniList
-
Packages that use IniList Package Description loci.common -
-
Uses of IniList in loci.common
Methods in loci.common that return IniList Modifier and Type Method Description IniList
IniParser. parseINI(BufferedReader in)
Parses the INI-style configuration data from the given input stream.IniList
IniParser. parseINI(File file)
Parses the INI-style wrapping the given file in aBufferedReader
IniList
IniParser. parseINI(String path)
Parses the INI-style configuration data from the given resource.IniList
IniParser. parseINI(String path, Class<?> c)
Parses the INI-style configuration data from the given resource, using the given class to find the resource.Methods in loci.common with parameters of type IniList Modifier and Type Method Description void
IniWriter. saveINI(IniList ini, String path)
Saves the given IniList to the given file.void
IniWriter. saveINI(IniList ini, String path, boolean append)
Saves the given IniList to the given file.void
IniWriter. saveINI(IniList ini, String path, boolean append, boolean sorted)
Saves the given IniList to the given file.
-