id3lib 3.8.3
|
#include <io_decorators.h>
Public Member Functions | |
LineFeedReader (ID3_Reader &reader) | |
int_type | readChar () |
Read a single character and advance the internal position. |
Definition at line 126 of file io_decorators.h.
dami::io::LineFeedReader::LineFeedReader | ( | ID3_Reader & | reader | ) | [inline] |
Definition at line 131 of file io_decorators.h.
ID3_Reader::int_type io::LineFeedReader::readChar | ( | ) | [virtual] |
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 167 of file io_decorators.cpp.