Class ResourceTypes.ResStringPool_ref

  • Enclosing class:
    ResourceTypes

    public static class ResourceTypes.ResStringPool_ref
    extends java.lang.Object
    Reference to a string in a string pool.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int index  
      static int SIZEOF  
    • Constructor Summary

      Constructors 
      Constructor Description
      ResStringPool_ref​(java.nio.ByteBuffer buf, int offset)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      static void write​(java.nio.ByteBuffer buf, int value)  
      • Methods inherited from class java.lang.Object

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

      • ResStringPool_ref

        public ResStringPool_ref​(java.nio.ByteBuffer buf,
                                 int offset)
    • Method Detail

      • write

        public static void write​(java.nio.ByteBuffer buf,
                                 int value)
      • toString

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