public class IniWriter extends Object
Modifier and Type | Field and Description |
---|---|
private static org.slf4j.Logger |
LOGGER
Logger for this class.
|
Constructor and Description |
---|
IniWriter() |
Modifier and Type | Method and Description |
---|---|
void |
saveINI(IniList ini,
String path)
Saves the given IniList to the given file.
|
void |
saveINI(IniList ini,
String path,
boolean append)
Saves the given IniList to the given file.
|
void |
saveINI(IniList ini,
String path,
boolean append,
boolean sorted)
Saves the given IniList to the given file.
|
public void saveINI(IniList ini, String path) throws IOException
IOException
public void saveINI(IniList ini, String path, boolean append, boolean sorted) throws IOException
IOException
public void saveINI(IniList ini, String path, boolean append) throws IOException
IOException
Copyright © 2016 Open Microscopy Environment