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