30#ifndef _SILLYDataSource_h_
31#define _SILLYDataSource_h_
64 byte operator[] (
size_t offset)
const;
76#ifdef SILLY_OPT_INLINE
77#include "SILLYDataSource.icpp"
Simple Image Loading LibrarY namespace.
This is an abstract class used to provide data to the loader.
virtual size_t getSize() const =0
Return the size of the data.
virtual const byte * getDataPtr() const =0
Get raw access to the image data.
virtual ~DataSource()
Destructor.