Searched refs:JPEG_SIGNATURE (Results 1 – 1 of 1) sorted by relevance
373 private static final byte[] JPEG_SIGNATURE = new byte[] {(byte) 0xff, (byte) 0xd8, (byte) 0xff}; field in ExifInterface1496 boolean isJpeg = Arrays.equals(JPEG_SIGNATURE, signatureBytes); in isJpegInputStream()