Searched refs:bytesOffset (Results 1 – 1 of 1) sorted by relevance
608 public final long bytesOffset; field in ExifInterface.ExifAttribute617 private ExifAttribute(int format, int numberOfComponents, long bytesOffset, byte[] bytes) { in ExifAttribute() argument620 this.bytesOffset = bytesOffset; in ExifAttribute()2094 return new long[] { attribute.bytesOffset, attribute.bytes.length }; in getAttributeRange()3329 final int bytesOffset = dataInputStream.peek() + mExifOffset; in readImageFileDirectory() local3333 bytesOffset, bytes); in readImageFileDirectory()