Searched defs:bytesOffset (Results 1 – 2 of 2) sorted by relevance
608 public final long bytesOffset; field in ExifInterface.ExifAttribute617 private ExifAttribute(int format, int numberOfComponents, long bytesOffset, byte[] bytes) { in ExifAttribute()3322 final int bytesOffset = dataInputStream.peek(); in readImageFileDirectory() local
1470 private final int bytesOffset; field in BoundedByteString