SetDelimiter(d), and pre-allocate the
internal buffer.
char GetDelimiter(void) const
Return the delimiter.
void SetDelimiter(const char d)
Use d as the delimiter between lines.
void Reset(GPL_File *f)
Specify the file to use for iteration with file.
char *Next(void)
Read the next block of characters from the file up to either the value
specified with SetDelimiter() or the end of the file. Returns null
if either a file has not been specified with Reset(), or the end
of the file was reached. Otherwise returns the address, in a per-object
internal buffer, which points to the null-terminated line.