22#include <libopenraw/consts.h>
25#include "exception.hpp"
31 : m_fileName(filename),
32 m_error(OR_ERROR_NONE)
40uint8_t Stream::readByte() noexcept(false)
43 int r =
read(&theByte, 1);
Stream(const char *filename)
virtual int read(void *buf, size_t count)=0
CIFF is the container for CRW files. It is an attempt from Canon to make this a standard....