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