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