| 692 | } |
| 693 | |
| 694 | void TiffBinaryElement::doEncode(TiffEncoder& encoder, const Exifdatum* datum) { |
| 695 | encoder.encodeBinaryElement(this, datum); |
| 696 | } |
| 697 | |
| 698 | void TiffBinaryArray::doEncode(TiffEncoder& encoder, const Exifdatum* datum) { |
| 699 | encoder.encodeBinaryArray(this, datum); |
nothing calls this directly
no test coverage detected