Package org.robolectric.res.android
Class StringPiece
- java.lang.Object
-
- org.robolectric.res.android.StringPiece
-
public class StringPiece extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.robolectric.res.android.ResourceTypes.Idmap_header
asIdmap_header()
ByteBuffer
myBuf()
int
myOffset()
int
size()
String
toString()
-
-
-
Method Detail
-
size
public int size()
-
asIdmap_header
public org.robolectric.res.android.ResourceTypes.Idmap_header asIdmap_header()
-
myBuf
public final ByteBuffer myBuf()
-
myOffset
public final int myOffset()
-
-