Searched refs:exifBytes (Results 1 – 1 of 1) sorted by relevance
2048 private void readExifSegment(byte[] exifBytes, int exifOffsetFromBeginning) throws IOException { in readExifSegment() argument2051 new ByteOrderAwarenessDataInputStream(exifBytes); in readExifSegment()2082 if (firstIfdOffset < 8 || firstIfdOffset >= exifBytes.length) { in readExifSegment()2106 + jpegInterchangeFormatLength, exifBytes.length) - jpegInterchangeFormat; in readExifSegment()