Creates new instance of INIReader from source.
If passed source does not end with newline it is added (and thus allocates). To prevent allocation make sure source ends with new line.
See Implementation
Creates new instance of INIReader from source.
If passed source does not end with newline it is added (and thus allocates). To prevent allocation make sure source ends with new line.