IfdData

This class stores all the tags in an IFD.

open class IfdData

See also

ExifData

ExifTagInfo

Constructors

IfdData
Link copied to clipboard

Creates an IfdData with given IFD ID.

open fun IfdData(ifdId: Int)

Functions

equals
Link copied to clipboard

Returns true if all tags in this two IFDs are equal. Note that tags of IFDs offset or thumbnail offset will be ignored.

open fun equals(obj: Any): Boolean