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. |
getTagValuegetTagID, getTagTypegetDescriptor, getInterpretedValue, getName, getTags, getValuepublic TiffLongTag(TiffTagID tagID, long[] value)
Initializes a new instance of the TiffLongTag class.
tagID - The tag identifier.value - The value.Copyright © 2026. All rights reserved.