22 #include "io/stream.h"
23 #include "decompressor.h"
30 Decompressor::Decompressor(IO::Stream *stream,
31 RawContainer *container)
32 : m_stream(stream), m_container(container)
37 Decompressor::~Decompressor()
CIFF is the container for CRW files. It is an attempt from Canon to make this a standard. I guess it failed.