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