public final class TiffShortTag extends TiffArrayTag<Integer>
Represents a TIFF Short tag.
| Constructor and Description |
|---|
TiffShortTag(TiffTagID tagID,
int[] value)
Initializes a new instance of the
TiffShortTag class. |
getTagValuegetTagID, getTagTypegetDescriptor, getInterpretedValue, getName, getTags, getValuepublic TiffShortTag(TiffTagID tagID, int[] value)
Initializes a new instance of the TiffShortTag class.
tagID - The tag identifier.value - The value.Copyright © 2026. All rights reserved.