Package org.robolectric.res.android
Class ResourceTypes.ResStringPool_span
- java.lang.Object
-
- org.robolectric.res.android.ResourceTypes.ResStringPool_span
-
- Enclosing class:
- ResourceTypes
public static class ResourceTypes.ResStringPool_span extends java.lang.ObjectThis structure defines a span of style information associated with a string in the pool.
-
-
Field Summary
Fields Modifier and Type Field Description static intENDResourceTypes.ResStringPool_refnamestatic intSIZEOF
-
Constructor Summary
Constructors Constructor Description ResStringPool_span(java.nio.ByteBuffer buf, int offset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisEnd()java.nio.ByteBuffermyBuf()intmyOffset()java.lang.StringtoString()
-
-
-
Field Detail
-
SIZEOF
public static final int SIZEOF
- See Also:
- Constant Field Values
-
END
public static final int END
- See Also:
- Constant Field Values
-
name
public final ResourceTypes.ResStringPool_ref name
-
-