public final class XmpResource extends ResourceBlock
Represents the XMP metadata resource.
ResourceBlock.ResourceBlockState
ResouceBlockMeSaSignature, ResouceBlockSignature
Constructor and Description |
---|
XmpResource()
Initializes a new instance of the
XmpResource class. |
Modifier and Type | Method and Description |
---|---|
int |
getDataSize()
Gets the resource data size in bytes.
|
int |
getMinimalVersion()
Gets the minimal required psd version.
|
XmpPacketWrapper |
getXmpData()
Get or set XMP data container
|
void |
setXmpData(XmpPacketWrapper value)
Get or set XMP data container
|
getID, getName, getSignature, getSize, save, setID, setName, validateValues
public XmpResource()
Initializes a new instance of the XmpResource
class.
public final XmpPacketWrapper getXmpData()
Get or set XMP data container
public final void setXmpData(XmpPacketWrapper value)
Get or set XMP data container
public int getDataSize()
Gets the resource data size in bytes.
Value: The resource data size.getDataSize
in class ResourceBlock
public int getMinimalVersion()
Gets the minimal required psd version.
Value: The minimal psd version.getMinimalVersion
in class ResourceBlock