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​(java.io.BufferedReader in)
    Parses the INI-style configuration data from the given input stream.
    IniList IniParser.parseINI​(java.io.File file)
    Parses the INI-style wrapping the given file in a BufferedReader
    IniList IniParser.parseINI​(java.lang.String path)
    Parses the INI-style configuration data from the given resource.
    IniList IniParser.parseINI​(java.lang.String path, java.lang.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, java.lang.String path)
    Saves the given IniList to the given file.
    void IniWriter.saveINI​(IniList ini, java.lang.String path, boolean append)
    Saves the given IniList to the given file.
    void IniWriter.saveINI​(IniList ini, java.lang.String path, boolean append, boolean sorted)
    Saves the given IniList to the given file.