Searched refs:TIFF_BIG_ENDIAN (Results 1 – 1 of 1) sorted by relevance
71 private static final short TIFF_BIG_ENDIAN = 0x4d4d; field in ExifOutputStream229 dataOutputStream.writeShort(TIFF_BIG_ENDIAN); in writeExifData()