public static class ResourceTypes.ResTable_ref
extends java.lang.Object
This is a reference to a unique entry (a ResTable_entry structure) in a resource table. The value is structured as: 0xpptteeee, where pp is the package index, tt is the type index in that package, and eeee is the entry index in that type. The package and type values start at 1 for the first item, to help catch cases where they have not been supplied.
Constructor and Description |
---|
ResTable_ref() |
ResTable_ref(java.nio.ByteBuffer buf,
int offset) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public static final int SIZEOF
public int ident