public final class UnknownResource extends ResourceBlock
The unknown resource. When a resource block is not recognized then this resource block is created.
ResourceBlock.ResourceBlockState
RESOUCE_BLOCK_SIGNATURE
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, validateValues
public byte[] getData()
Gets the resource data.
public int getDataSize()
Gets the resource data size in bytes.
getDataSize
in class ResourceBlock
public int getMinimalVersion()
Gets the minimal required psd version.
getMinimalVersion
in class ResourceBlock