Searched refs:bytesOffset (Results 1 – 1 of 1) sorted by relevance
730 public final long bytesOffset; field in ExifInterface.ExifAttribute739 private ExifAttribute(int format, int numberOfComponents, long bytesOffset, byte[] bytes) { in ExifAttribute() argument742 this.bytesOffset = bytesOffset; in ExifAttribute()2375 return new long[] { attribute.bytesOffset, attribute.bytes.length }; in getAttributeRange()4209 final int bytesOffset = dataInputStream.peek() + mExifOffset; in readImageFileDirectory() local4213 bytesOffset, bytes); in readImageFileDirectory()