public class IniWriter extends Object
| Constructor and Description |
|---|
IniWriter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
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.
|
String |
toString() |
public void saveINI(IniList ini, String path) throws IOException
IOExceptionpublic void saveINI(IniList ini, String path, boolean append) throws IOException
IOExceptionCopyright © 2014 Open Microscopy Environment