Class | Description |
---|---|
Config |
Utility class for INI parser's configuration.
|
Ini |
The
Ini class represents an INI content: a text-file composed of comments and a basic structure of sections and keys,
plus many extra features. |
Ini.Entry |
An entry to store an information from an INI content.
|
Exception | Description |
---|---|
InfinitiveLoopException |
Indicates an infinitive loop.
|