public abstract class TiffCommonArrayType extends TiffDataType
The tiff common array type.
Modifier and Type | Method and Description |
---|---|
long |
getCount()
Gets the count of elements.
|
long |
getDataSize()
Gets the additional data size in bytes (in case the 12 bytes is not enough to fit the tag data).
|
abstract long |
getElementSize()
Gets the element size in bytes.
|
abstract com.aspose.ms.System.Array |
getValuesContainer()
Gets the values container.
|
compareTo, deepClone, equals, getAlignedDataSize, getId, getTagId, getTagType, getValue, hashCode, isValid, readTag, setValue, toString, writeAdditionalData, writeTag
public abstract long getElementSize()
Gets the element size in bytes.
public abstract com.aspose.ms.System.Array getValuesContainer()
Gets the values container.
public final long getCount()
Gets the count of elements.
getCount
in class TiffDataType
public final long getDataSize()
Gets the additional data size in bytes (in case the 12 bytes is not enough to fit the tag data).
getDataSize
in class TiffDataType