#include <io_decorators.h>
Inheritance diagram for dami::io::UnsyncedReader:
Public Member Functions | |
UnsyncedReader (ID3_Reader &reader) | |
int_type | readChar () |
Read a single character and advance the internal position. |
|
Definition at line 140 of file io_decorators.h. |
|
Read a single character and advance the internal position. Note that the interal position may advance more than one byte for a single character read. Returns END_OF_READER if there isn't a character to read. Reimplemented from ID3_Reader. Definition at line 183 of file io_decorators.cpp. References ID3_Reader::atEnd(), dami::io::CharReader::peekChar(), and ID3_Reader::readChar(). |