Class StringPiece


  • public class StringPiece
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.robolectric.res.android.ResourceTypes.Idmap_header asIdmap_header()  
      java.nio.ByteBuffer myBuf()  
      int myOffset()  
      int size()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • size

        public int size()
      • asIdmap_header

        public org.robolectric.res.android.ResourceTypes.Idmap_header asIdmap_header()
      • myBuf

        public final java.nio.ByteBuffer myBuf()
      • myOffset

        public final int myOffset()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object