#include <SDXResourceReader.h>

Public Member Functions | |
| ResourceReader (ContentHandler *contentHandler=0) | |
| Contructor. | |
| void | setContentHandler (ContentHandler *contentHandler) |
| Set the content handler to send content to. | |
| std::string | getError () |
| If read() returns false, you can call this method to find out what went wrong. | |
| bool | read () |
| Read resource and send it to the set content handler. | |
Protected Member Functions | |
| virtual void | process ()=0 |
| Do the real processing of the resource in this method. | |
Protected Attributes | |
| ContentHandler * | m_contentHandler |
| The content handler to send content to. | |
| std::string | m_error |
| If aomething goes wrong during processing, store the error in this variable. | |
Definition at line 13 of file SDXResourceReader.h.
1.5.8