public final class TiffLongTag extends TiffArrayTag<Long>
Represents a TIFF Long tag.
Constructor and Description |
---|
TiffLongTag(TiffTagID tagID,
long[] value)
Initializes a new instance of the
TiffLongTag class. |
getTagValue
getTagID, getTagType
getDescriptor, getInterpretedValue, getName, getTags, getValue
public TiffLongTag(TiffTagID tagID, long[] value)
Initializes a new instance of the TiffLongTag
class.
tagID
- The tag identifier.value
- The value.