22 #include <libopenraw/consts.h> 25 #include "exception.hpp" 31 : m_fileName(filename),
32 m_error(OR_ERROR_NONE)
40 uint8_t Stream::readByte() noexcept(
false)
43 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)