An interface to abstract reading resource data. More...
#include <ResourceIO.h>
Public Member Functions | |
| virtual void | read (char *buffer, unsigned int size)=0 |
| Reads and copies the specified number of bytes into the buffer. | |
An interface to abstract reading resource data.
Definition at line 6 of file ResourceIO.h.