Package | Description |
---|---|
fr.tikione.ini |
Provides main classes to work with INI files.
|
fr.tikione.ini.util |
Provides utility classes.
|
Modifier and Type | Method and Description |
---|---|
void |
Ini.load(AbstractLineReader reader)
Load and parse reader content.
|
Modifier and Type | Class and Description |
---|---|
class |
InputstreamLineReader
This class provides a wrapper for
java.io.InputStream reader, with line reading support. |