This class represents a reader reading properties from a file written in ini format.
- ; example.ini
- ; this is a comment
- [section1]
- some.property.decimal = 1
- some.property.negative = -5
- some.property.hex = 0xff
- some.property.special = "&wow;"
-
- [section2]
- some.property.string = a short string
Note: currently sections cannot be accessed separately.