public class ResourceEntry extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
FLAG_COMPLEX |
static int |
FLAG_PUBLIC |
| 构造器和说明 |
|---|
ResourceEntry() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getFlags() |
String |
getKey() |
int |
getSize() |
ResourceValue |
getValue() |
void |
setFlags(int flags) |
void |
setKey(String key) |
void |
setSize(int size) |
void |
setValue(ResourceValue value) |
String |
toString() |
String |
toStringValue(ResourceTable resourceTable,
Locale locale)
get value as string
|
public static final int FLAG_COMPLEX
public static final int FLAG_PUBLIC
public String toStringValue(ResourceTable resourceTable, Locale locale)
public int getSize()
public void setSize(int size)
public int getFlags()
public void setFlags(int flags)
public String getKey()
public void setKey(String key)
@Nullable public ResourceValue getValue()
@Nullable public void setValue(@Nullable ResourceValue value)
Copyright © 2018. All rights reserved.