public class FormResource extends Object implements IFormResource
| Constructor and Description |
|---|
FormResource(String name,
EFormResourceType type,
String resName,
byte[] resData,
String cacheKey) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCacheKey() |
String |
getName() |
byte[] |
getResourceData() |
String |
getResourceName() |
EFormResourceType |
getResourceType() |
public FormResource(String name, EFormResourceType type, String resName, byte[] resData, String cacheKey)
public EFormResourceType getResourceType()
getResourceType in interface IFormResourcepublic String getResourceName()
getResourceName in interface IFormResourcepublic byte[] getResourceData()
getResourceData in interface IFormResourcepublic String getCacheKey()
getCacheKey in interface IFormResourcepublic String getName()
getName in interface IFormResourceCopyright © 2020 XIMA MEDIA GmbH. All rights reserved.