TiffExifIfd

Inheritance: java.lang.Object

public class TiffExifIfd

The TIFF Exif image file directory class.

Incapsulates a pointer to the Exif IFD. Interoperability, Exif IFD has the same structure as that of the IFD specified in TIFF. ordinarily, however, it does not contain image data as in the case of TIFF. See http://www.exiv2.org/tags.html and http://www.awaresystems.be/imaging/tiff/tifftags/exififd.html for more details.

Constructors

ConstructorDescription
TiffExifIfd()Initializes a new instance of the TiffExifIfd class.
TiffExifIfd(long ifdOffset)Initializes a new instance of the TiffExifIfd class.

Methods

MethodDescription
hasValue()Gets a value indicating whether this instance has value.
getOffset()Gets or sets the pointer to EXIF IFD.
setOffset(long value)Gets or sets the pointer to EXIF IFD.

TiffExifIfd()

public TiffExifIfd()

Initializes a new instance of the TiffExifIfd class.

TiffExifIfd(long ifdOffset)

public TiffExifIfd(long ifdOffset)

Initializes a new instance of the TiffExifIfd class.

Parameters:

ParameterTypeDescription
ifdOffsetlongA pointer to the Exif IFD.

Interoperability, Exif IFD has the same structure as that of the IFD specified in TIFF. ordinarily, however, it does not contain image data as in the case of TIFF. |

hasValue()

public boolean hasValue()

Gets a value indicating whether this instance has value.

Returns: boolean - true if this instance has value; otherwise, false.

getOffset()

public long getOffset()

Gets or sets the pointer to EXIF IFD.

Returns: long - The pointer to EXIF IFD.

setOffset(long value)

public void setOffset(long value)

Gets or sets the pointer to EXIF IFD.

Parameters:

ParameterTypeDescription
valuelongThe pointer to EXIF IFD.