public final class CaptionDigestResource extends ResourceBlock
CaptionDigest resource
ResourceBlock.ResourceBlockState
RESOUCE_BLOCK_SIGNATURE
Constructor and Description |
---|
CaptionDigestResource()
Initializes a new instance of the
ResolutionInfoResource class. |
Modifier and Type | Method and Description |
---|---|
int |
getDataSize()
Gets the resource data size in bytes.
|
byte[] |
getDigest()
Gets or sets the digest.
|
int |
getMinimalVersion()
Gets the minimal required PSD version.
|
void |
setDigest(byte[] value)
Gets or sets the digest.
|
getID, getName, getSignature, getSize, save, setID, setName, validateValues
public CaptionDigestResource()
Initializes a new instance of the ResolutionInfoResource
class.
public int getDataSize()
Gets the resource data size in bytes.
Value: The resource data size.getDataSize
in class ResourceBlock
public byte[] getDigest()
Gets or sets the digest.
Value: The digest.public void setDigest(byte[] value)
Gets or sets the digest.
Value: The digest.public int getMinimalVersion()
Gets the minimal required PSD version.
Value: The minimal PSD version.getMinimalVersion
in class ResourceBlock