libdeng2|Reader: Added a convenient method for reading a line of text
The readLine() methods reads a line of text. It is useful when dealingwith files whose content is in UTF-8 encoding.
Also added atEnd(), which determines if a reader has reached the endof the source data.
View differences
libdeng2|Reader: Added a convenient method for reading a line of text
The readLine() methods reads a line of text. It is useful when dealing
with files whose content is in UTF-8 encoding.
Also added atEnd(), which determines if a reader has reached the end
of the source data.