A friendly interface for reading text data from a stream.
Definition textreader.h:20
unsigned char ReadChar()
read a single character from the stream
Definition textreader.cc:38
TextReader()
constructor
Definition textreader.cc:18
Util::String ReadAll()
read entire stream into a string object
Definition textreader.cc:68
__DeclareClass(TextReader)
Util::Array< Util::String > ReadAllLines()
read entire stream as lines into string array
Definition textreader.cc:88
Util::String ReadLine()
read until next newline
Definition textreader.cc:49
virtual ~TextReader()
destructor
Definition textreader.cc:26