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