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