public final class TiffUndefinedTag extends TiffArrayTag<Byte>
Represents a TIFF tag with the Undefined type.
Constructor and Description |
---|
TiffUndefinedTag(int tagId,
Byte[] value)
Initializes a new instance of the
TiffUndefinedTag class. |
equals, getFormattedValue, getTagValue, hashCode
getDefinedTag, getName, getTagId, getTagType, setName, toString
public TiffUndefinedTag(int tagId, Byte[] value)
Initializes a new instance of the TiffUndefinedTag
class.
tagId
- The tag identifier.value
- The value.Copyright © 2018. All rights reserved.