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. |
getTagValuegetTagID, getTagTypegetDescriptor, getInterpretedValue, getName, getTags, getValuepublic TiffByteTag(TiffTagID tagID, byte[] value)
Initializes a new instance of the TiffByteTag class.
tagID - The tag identifier.value - The value.Copyright © 2025. All rights reserved.