Public Member Functions | |
TextReader (spl::IStreamPtr strm) | |
void | Close () |
int | Peek () |
int | Read () |
int | ReadBlock (Array< byte > &buf, int offset, int count) |
bool | ReadLine (StringBuffer &sb) |
StringPtr | ReadLine () |
bool | ReadLine (Array< byte > &buf, int &lineLen) |
StringPtr | ReadToEnd () |
bool | CanRead () const |
int | Length () const |
virtual void | ValidateMem () const |
virtual void | CheckMem () const |
Protected Attributes | |
spl::IStreamPtr | m_strm |
int | m_peekch |
Definition at line 90 of file TextStream.h.