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