Searched refs:PNG_SIGNATURE (Results 1 – 1 of 1) sorted by relevance
583 private static final byte[] PNG_SIGNATURE = new byte[] {(byte) 0x89, (byte) 0x50, (byte) 0x4e, field in ExifInterface2786 for (int i = 0; i < PNG_SIGNATURE.length; i++) { in isPngFormat()2787 if (signatureCheckBytes[i] != PNG_SIGNATURE[i]) { in isPngFormat()3375 in.skipBytes(PNG_SIGNATURE.length); in getPngAttributes()3376 bytesRead += PNG_SIGNATURE.length; in getPngAttributes()3643 copy(dataInputStream, dataOutputStream, PNG_SIGNATURE.length); in savePngAttributes()3658 int copyLength = mExifOffset - PNG_SIGNATURE.length in savePngAttributes()