public final class TiffByteTag extends TiffArrayTag<Byte>
Represents a Byte tag.
Constructor and Description |
---|
TiffByteTag(int tagId,
Byte[] value)
Initializes a new instance of the
TiffByteTag class. |
Modifier and Type | Method and Description |
---|---|
int |
getValue()
Deprecated.
|
equals, getFormattedValue, getTagValue, hashCode
getDefinedTag, getName, getTagId, getTagType, setName, toString
public TiffByteTag(int tagId, Byte[] value)
Initializes a new instance of the TiffByteTag
class.
tagId
- The tag identifier.value
- The value.@Deprecated public final int getValue()
Gets the tag value.
Copyright © 2018. All rights reserved.