Searched refs:PNG_SIGNATURE (Results 1 – 1 of 1) sorted by relevance
578 private static final byte[] PNG_SIGNATURE = new byte[] {(byte) 0x89, (byte) 0x50, (byte) 0x4e, field in ExifInterface2777 for (int i = 0; i < PNG_SIGNATURE.length; i++) { in isPngFormat()2778 if (signatureCheckBytes[i] != PNG_SIGNATURE[i]) { in isPngFormat()3364 in.skipBytes(PNG_SIGNATURE.length); in getPngAttributes()3365 bytesRead += PNG_SIGNATURE.length; in getPngAttributes()3632 copy(dataInputStream, dataOutputStream, PNG_SIGNATURE.length); in savePngAttributes()3647 int copyLength = mExifOffset - PNG_SIGNATURE.length in savePngAttributes()