UnknownResource
Inheritance: java.lang.Object, ResourceBlock
The unknown resource. When a resource block is not recognized then this resource block is created.
Methods
| Method | Description |
|---|---|
| getData() | Gets the resource data. |
| getDataSize() | Gets the resource data size in bytes. |
| getMinimalVersion() | Gets the minimal required psd version. |
getData()
public byte[] getData()
Gets the resource data.
Returns: byte[] - The resource data.
getDataSize()
public int getDataSize()
Gets the resource data size in bytes.
Returns: int - The resource data size.
getMinimalVersion()
public int getMinimalVersion()
Gets the minimal required psd version.
Returns: int - The minimal psd version.