|
| RafContainer (const IO::Stream::Ptr &_file) |
|
virtual | ~RafContainer () |
|
const std::string & | getModel () |
|
JfifContainer * | getJpegPreview () |
|
IfdFileContainer * | getCfaContainer () |
|
RafMetaContainer * | getMetaContainer () |
|
uint32_t | getJpegOffset () const |
|
uint32_t | getJpegLength () const |
|
uint32_t | getCfaOffset () const |
|
uint32_t | getCfaLength () const |
|
| RawContainer (const IO::Stream::Ptr &_file, off_t offset) |
|
virtual | ~RawContainer () |
|
const IO::Stream::Ptr & | file () |
|
EndianType | endian () const |
|
off_t | offset () const |
|
bool | readInt8 (const IO::Stream::Ptr &f, int8_t &v) |
|
bool | readUInt8 (const IO::Stream::Ptr &f, uint8_t &v) |
|
bool | readInt16 (const IO::Stream::Ptr &f, int16_t &v) |
|
bool | readInt32 (const IO::Stream::Ptr &f, int32_t &v) |
|
bool | readUInt16 (const IO::Stream::Ptr &f, uint16_t &v) |
|
bool | readUInt32 (const IO::Stream::Ptr &f, uint32_t &v) |
|
size_t | fetchData (void *buf, off_t offset, size_t buf_size) |
|
Definition at line 50 of file rafcontainer.hpp.
§ ~RafContainer()
OpenRaw::Internals::RafContainer::~RafContainer |
( |
| ) |
|
|
virtual |
The documentation for this class was generated from the following files: