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