TiffSLong8Type

Inheritance: java.lang.Object, com.aspose.imaging.fileformats.tiff.TiffDataType, com.aspose.imaging.fileformats.tiff.tifftagtypes.TiffCommonArrayType

public class TiffSLong8Type extends TiffCommonArrayType

The Tiff unsigned 64-bit type.

Constructors

ConstructorDescription
TiffSLong8Type(int tagId)Initializes a new instance of the TiffSLong8Type class.

Methods

MethodDescription
getValues()Gets the values.
setValues(long[] values)Sets the values.
getValuesContainer()Gets the values container.
getTagType()Gets the tag type.
getValue()Gets the value this data type contains.
setValue(Object value)Gets the value this data type contains.
getElementSize()Gets size of element.
writeAdditionalData(TiffStreamWriter dataStream)Writes the additional tag data.

TiffSLong8Type(int tagId)

public TiffSLong8Type(int tagId)

Initializes a new instance of the TiffSLong8Type class.

Parameters:

ParameterTypeDescription
tagIdintThe tag id.

getValues()

public final long[] getValues()

Gets the values.

Value: The tag values.

Returns: long[] - the values.

setValues(long[] values)

public void setValues(long[] values)

Sets the values.

Value: The tag values.

Parameters:

ParameterTypeDescription
valueslong[]The values.

getValuesContainer()

public System.Array getValuesContainer()

Gets the values container.

Returns: com.aspose.ms.System.Array - the values container.

getTagType()

public int getTagType()

Gets the tag type.

Value: The tag type.

Returns: int - the tag type.

getValue()

public Object getValue()

Gets the value this data type contains.

Returns: java.lang.Object - the value this data type contains.

setValue(Object value)

public void setValue(Object value)

Gets the value this data type contains.

Parameters:

ParameterTypeDescription
valuejava.lang.ObjectThe value this data type contains.

getElementSize()

public byte getElementSize()

Gets size of element.

Returns: byte - size of element.

writeAdditionalData(TiffStreamWriter dataStream)

public long writeAdditionalData(TiffStreamWriter dataStream)

Writes the additional tag data.

Parameters:

ParameterTypeDescription
dataStreamTiffStreamWriterThe data stream.

Returns: long - The actual bytes written.