public final class UnknownResource extends ResourceBlock
The unknown resource. When a resource block is not recognized then this resource block is created.
ResourceBlock.ResourceBlockStateResouceBlockMeSaSignature, ResouceBlockSignature| Modifier and Type | Method and Description |
|---|---|
byte[] |
getData()
Gets the resource data.
|
int |
getDataSize()
Gets the resource data size in bytes.
|
int |
getMinimalVersion()
Gets the minimal required psd version.
|
getID, getName, getSignature, getSize, save, setID, setName, validateValuespublic final byte[] getData()
Gets the resource data.
Value: The resource data.public int getDataSize()
Gets the resource data size in bytes.
Value: The resource data size.getDataSize in class ResourceBlockpublic int getMinimalVersion()
Gets the minimal required psd version.
Value: The minimal psd version.getMinimalVersion in class ResourceBlockCopyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.