public abstract class TiffArrayTag<T> extends TiffTag
Represents an array-based TIFF tag.
T: The type of array values.
| Modifier and Type | Method and Description |
|---|---|
T[] |
getTagValue()
Gets the tag value.
|
getTagID, getTagTypegetDescriptor, getInterpretedValue, getName, getTags, getValuepublic final T[] getTagValue()
Gets the tag value.
Copyright © 2026. All rights reserved.