com.tikumo.regis3.ini Namespace | regdiff Code Documentation |
Implementation of .INI file specific code
Classes
Class | Description | |
---|---|---|
IniFile |
This class represents an INI File. INI files are really just a special case of an INI file section.
|
|
IniFileEntry |
This class represents a key/value assignment pair in an .INI file
|
|
IniFileParser |
This class implements a parser for .INI files
|
|
IniFileSection |
This class represents a section in an .INI file. INI files can be organized to have recursive sections, so for example
[foo\bar\blub]
could either be represented as a single section named 'foo\bar\blub', or three sections named 'foo', 'bar' and 'blub' respectively.
|
Enumerations
Enumeration | Description | |
---|---|---|
IniFileOptions |
Options for parsing .INI files
|