Strict INIReader variant.
Universal INIReader variant.
Thrown when an parsing error occurred.
INIReader behaviour flags.
Represents type of current token used by INIReader.
Represents a block definition.
Defines INI format.
Splits source into tokens.
Represents parsed INI key.
Strict INI format.
Universal INI format.
Unless you need to change INIReader behaviour, you should use one of provided preconfigured readers:
- StrictINIReader
Lower compatibility, may be bit faster.
- UniversalINIReader
Higher compatibility, may be slighly slower.
Implements INI reader.
INIReader is fairly low-level, configurable reader for reading INI data, which you can use to build your own object-model.
High level interface is available in dini.parser.