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