Searched refs:exifBytes (Results 1 – 2 of 2) sorted by relevance
2652 private void readExifSegment(byte[] exifBytes, int imageType) throws IOException { in readExifSegment() argument2654 new ByteOrderedDataInputStream(exifBytes); in readExifSegment()2657 parseTiffHeaders(dataInputStream, exifBytes.length); in readExifSegment()
2594 private void readExifSegment(byte[] exifBytes, int imageType) throws IOException { in readExifSegment() argument2596 new ByteOrderedDataInputStream(exifBytes); in readExifSegment()2599 parseTiffHeaders(dataInputStream, exifBytes.length); in readExifSegment()