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. |
getTagValue
getTagID, getTagType
getDescriptor, getInterpretedValue, getName, getTags, getValue
public TiffShortTag(TiffTagID tagID, int[] value)
Initializes a new instance of the TiffShortTag
class.
tagID
- The tag identifier.value
- The value.