21 #include <libopenraw/debug.h>
24 #include "rw2container.hpp"
26 using namespace Debug;
32 Rw2Container::Rw2Container(
const IO::Stream::Ptr &_file, off_t _offset)
33 : IfdFileContainer(_file, _offset)
37 Rw2Container::~Rw2Container()
47 if ((p[0] ==
'I') && (p[1] ==
'I')) {
48 if ((p[2] ==
'U') && (p[3] == 0)) {
50 LOGDBG1(
"Identified EL RW2 file.\n");
55 LOGERR(
"Unidentified RW2 file\n");
EndianType
Define the endian of the container.
Global namespace for libopenraw.