#include <orfimage_int.hpp>
Inheritance diagram for Exiv2::Internal::OrfHeader:


Public Member Functions | |
Creators | |
| OrfHeader (ByteOrder byteOrder=littleEndian) | |
| Default constructor. | |
| ~OrfHeader () | |
| Destructor. | |
Manipulators | |
| bool | read (const byte *pData, uint32_t size) |
| Read the image header from a data buffer. Return false if the data buffer does not contain an image header of the expected format, else true. | |
Accessors | |
| DataBuf | write () const |
| Return the image header in binary format. The caller owns this data and DataBuf ensures that it will be deleted. | |
|
||||||||||||
|
Read the image header from a data buffer. Return false if the data buffer does not contain an image header of the expected format, else true.
Reimplemented from Exiv2::Internal::TiffHeaderBase. |
|
|
Return the image header in binary format. The caller owns this data and DataBuf ensures that it will be deleted.
Reimplemented from Exiv2::Internal::TiffHeaderBase. |
1.3.5