23 #include "exception.h"
29 : m_fileName(filename),
30 m_error(OR_ERROR_NONE)
38 uint8_t Stream::readByte() throw(Internals::IOException)
41 int r =
read(&theByte, 1);
CIFF is the container for CRW files. It is an attempt from Canon to make this a standard. I guess it failed.
virtual int read(void *buf, size_t count)=0
Stream(const char *filename)