Package | Description |
---|---|
loci.common | |
loci.formats.in |
Package containing Bio-Formats file format readers.
|
loci.plugins.prefs |
Classes for managing Bio-Formats plugins preferences.
|
loci.tests.testng |
Package for automated testing of the Bio-Formats software packages using TestNG.
|
Modifier and Type | Method and 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 a
BufferedReader |
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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Field and Description |
---|---|
private IniList |
LiFlimReader.ini
Parsed configuration data.
|
Modifier and Type | Method and Description |
---|---|
private IniList |
FV1000Reader.getIniFile(String filename) |
private IniList |
BDReader.readMetaData(String id) |
Constructor and Description |
---|
OptionsList(IniList ini) |
Modifier and Type | Field and Description |
---|---|
private IniList |
Configuration.ini |
Modifier and Type | Method and Description |
---|---|
IniList |
Configuration.getINI() |
Copyright © 2016 Open Microscopy Environment