31 #include "rawdatamemsource.h"
38 RawDataMemSource::~RawDataMemSource() {
47 std::copy(m_data + start, m_data + start + length, buffer);
RawDataMemSource(uint32_t datalen)
virtual uint32_t getSize() const
virtual void readInto(uint8_t *buffer, uint32_t start, uint32_t length)
uint8_t * getRawData() const
credit to phoku for his NodeDisplay example which the visitor code is adapted from ( he coded the qua...