Package org.robolectric.res.android
Class ResourceTypes.ResTable_ref
- java.lang.Object
-
- org.robolectric.res.android.ResourceTypes.ResTable_ref
-
- Enclosing class:
- ResourceTypes
public static class ResourceTypes.ResTable_ref extends java.lang.ObjectThis 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 Summary
Constructors Constructor Description ResTable_ref()ResTable_ref(java.nio.ByteBuffer buf, int offset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
-
-
-
Field Detail
-
SIZEOF
public static final int SIZEOF
- See Also:
- Constant Field Values
-
ident
public int ident
-
-