MCPcopy Create free account
hub / github.com/Exiv2/exiv2 / Cr2Header

Method Cr2Header

src/cr2header_int.cpp:6–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4
5namespace Exiv2::Internal {
6Cr2Header::Cr2Header(ByteOrder byteOrder) : TiffHeaderBase(42, 16, byteOrder, 0x00000010) {
7}
8
9bool Cr2Header::read(const byte* pData, size_t size) {
10 if (!pData || size < 16) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected