23#ifndef OR_INTERNALS_IO_STREAMCLONE_H_
24#define OR_INTERNALS_IO_STREAMCLONE_H_
40 StreamClone(
const Stream::Ptr &clone, off_t offset);
41 virtual ~StreamClone();
43 StreamClone(
const StreamClone& f) =
delete;
44 StreamClone & operator=(
const StreamClone&) =
delete;
47 virtual int close()
override;
48 virtual int seek(off_t offset,
int whence)
override;
49 virtual int read(
void *buf,
size_t count)
override;
50 virtual off_t filesize()
override;
virtual Error open() override
virtual int read(void *buf, size_t count) override
virtual int close() override
virtual int seek(off_t offset, int whence) override
Stream(const char *filename)
CIFF is the container for CRW files. It is an attempt from Canon to make this a standard....