21 #ifndef __IO_MEMSTREAM_H__
22 #define __IO_MEMSTREAM_H__
25 #include "io/stream.h"
39 virtual or_error
open();
41 virtual int seek(off_t offset,
int whence);
42 virtual int read(
void *buf,
size_t count);
43 virtual off_t filesize();
49 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 int seek(off_t offset, int whence)
virtual int read(void *buf, size_t count)
base virtual class for IO