Searched refs:IDENTIFIER_XMP_APP1 (Results 1 – 1 of 1) sorted by relevance
1272 …private static final byte[] IDENTIFIER_XMP_APP1 = "http://ns.adobe.com/xap/1.0/\0".getBytes(ASCII); field in ExifInterface2543 } else if (ArrayUtils.startsWith(bytes, IDENTIFIER_XMP_APP1)) { in getJpegAttributes()2545 final long offset = start + IDENTIFIER_XMP_APP1.length; in getJpegAttributes()2547 IDENTIFIER_XMP_APP1.length, bytes.length); in getJpegAttributes()