IniLikeReader object as returned by inilike.range.iniLikeReader or similar function.
Delegate to call after leading comment (i.e. the one before any group) is read. The parameter is either comment of empty line.
Delegate to call after group header is read. The parameter is group name (without brackets). Must return ActionOnGroup.
Delegate to call after key-value entry is read and parsed. Parameters are key, value and group name.
Delegate to call after comment or empty line is read inside group section. The parameter is either comment of empty line.
Optional file name parameter to use in thrown exceptions.
inilike.exception.IniLikeReadException if error occured while parsing. Any exception thrown by callbacks will be transformed to inilike.exception.IniLikeReadException.
Read ini-like file entries via the set of callbacks.