public class TiffSLong8Type extends TiffCommonArrayType
The Tiff unsigned 64-bit type.
| Constructor and Description |
|---|
TiffSLong8Type(int tagId)
Initializes a new instance of the
TiffSLong8Type class. |
| Modifier and Type | Method and Description |
|---|---|
byte |
getElementSize()
Gets size of element.
|
int |
getTagType()
Gets the tag type.
|
Object |
getValue()
Gets the value this data type contains.
|
long[] |
getValues()
Gets the values.
|
com.aspose.ms.System.Array |
getValuesContainer()
Gets the values container.
|
void |
setValue(Object value)
Gets the value this data type contains.
|
void |
setValues(long[] values)
Sets the values.
|
long |
writeAdditionalData(TiffStreamWriter dataStream)
Writes the additional tag data.
|
getCountcompareTo, deepClone, equals, getAdditionalDataSize, getAlignedDataSize, getDataSize, getId, getTagId, hashCode, isValid, readTag, toString, writeTagpublic TiffSLong8Type(int tagId)
Initializes a new instance of the TiffSLong8Type class.
tagId - The tag id.public final long[] getValues()
Gets the values.
Value: The tag values.public void setValues(long[] values)
Sets the values.
Value: The tag values.values - The values.public com.aspose.ms.System.Array getValuesContainer()
Gets the values container.
getValuesContainer in class TiffCommonArrayTypepublic int getTagType()
Gets the tag type.
Value: The tag type.getTagType in class TiffDataTypepublic Object getValue()
Gets the value this data type contains.
getValue in class TiffDataTypepublic void setValue(Object value)
Gets the value this data type contains.
setValue in class TiffDataTypevalue - The value this data type contains.com.aspose.ms.System.ArgumentException - Wrong value typepublic byte getElementSize()
Gets size of element.
getElementSize in class TiffDataTypepublic long writeAdditionalData(TiffStreamWriter dataStream)
Writes the additional tag data.
writeAdditionalData in class TiffDataTypedataStream - The data stream.Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.