}
return TiffDirectoryType.EXIF_DIRECTORY_UNKNOWN;
}
public static BinaryConstant createMicrosoftHdPhotoGuidEndingWith(final byte end) {
return new BinaryConstant(new byte[] { (byte) 0x24, (byte) 0xC3,
(byte) 0xDD, (byte) 0x6F, (byte) 0x03, (byte) 0x4E,
(byte) 0xFE, (byte) 0x4B, (byte) 0xB1, (byte) 0x85,
(byte) 0x3D, (byte) 0x77, (byte) 0x76, (byte) 0x8D,
(byte) 0xC9, end });
}