id3lib  3.8.3
Public Member Functions
dami::io::UnsyncedReader Class Reference

#include <io_decorators.h>

Inheritance diagram for dami::io::UnsyncedReader:
dami::io::CharReader ID3_Reader

List of all members.

Public Member Functions

 UnsyncedReader (ID3_Reader &reader)
int_type readChar ()
 Read a single character and advance the internal position.

Detailed Description

Definition at line 135 of file io_decorators.h.


Constructor & Destructor Documentation

Definition at line 140 of file io_decorators.h.


Member Function Documentation

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.


The documentation for this class was generated from the following files: