public class ResourceHelper extends Object
| Constructor and Description |
|---|
ResourceHelper() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addResource(int type,
int name,
int lang,
byte[] data) |
static ResourceEntry[] |
findResources(ResourceDirectory rd,
int type) |
static ResourceEntry[] |
findResources(ResourceDirectory rd,
int type,
int name) |
static ResourceEntry[] |
findResources(ResourceDirectory rd,
int type,
int name,
int lang) |
public static ResourceEntry[] findResources(ResourceDirectory rd, int type)
public static ResourceEntry[] findResources(ResourceDirectory rd, int type, int name)
public static ResourceEntry[] findResources(ResourceDirectory rd, int type, int name, int lang)
public static void addResource(int type,
int name,
int lang,
byte[] data)
Copyright © 2018. All Rights Reserved.