Searched defs:numberOfComponents (Results 1 – 1 of 1) sorted by relevance
607 public final int numberOfComponents; field in ExifInterface.ExifAttribute613 private ExifAttribute(int format, int numberOfComponents, byte[] bytes) { in ExifAttribute()617 private ExifAttribute(int format, int numberOfComponents, long bytesOffset, byte[] bytes) { in ExifAttribute()3184 int numberOfComponents = dataInputStream.readInt(); in readImageFileDirectory() local