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