TiffLong8Type

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

public class TiffLong8Type extends TiffCommonArrayType

The Tiff unsigned 64-bit type.

Constructors

ConstructorDescription
TiffLong8Type(int tagId)Initializes a new instance of the TiffLong8Type class.
TiffLong8Type(int tagId, long[] values)Initializes a new instance of the TiffLong8Type class.

Methods

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

TiffLong8Type(int tagId)

public TiffLong8Type(int tagId)

Initializes a new instance of the TiffLong8Type class.

Parameters:

ParameterTypeDescription
tagIdintThe tag id.

TiffLong8Type(int tagId, long[] values)

public TiffLong8Type(int tagId, long[] values)

Initializes a new instance of the TiffLong8Type class.

Parameters:

ParameterTypeDescription
tagIdintThe tag id.
valueslong[]

getValues()

public final long[] getValues()

Gets the values.

Value: The tag values.

Returns: long[] - the values.

setValues(long[] value)

public final void setValues(long[] value)

Sets the values.

Value: The tag values.

Parameters:

ParameterTypeDescription
valuelong[]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)

Sets 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.