22 #ifndef OR_INTERNALS_IO_MEMSTREAM_H_ 23 #define OR_INTERNALS_IO_MEMSTREAM_H_ 26 #include <sys/types.h> 28 #include <libopenraw/consts.h> 30 #include "io/stream.hpp" 47 virtual or_error
open()
override;
48 virtual int close()
override;
49 virtual int seek(off_t offset,
int whence)
override;
50 virtual int read(
void *buf,
size_t count)
override;
51 virtual off_t filesize()
override;
57 unsigned char * m_current;
CIFF is the container for CRW files. It is an attempt from Canon to make this a standard. I guess it failed.
virtual or_error open() override
virtual int seek(off_t offset, int whence) override
virtual int read(void *buf, size_t count) override
virtual int close() override
base virtual class for IO