Class ResourceTypes.ResTable_ref

  • Enclosing class:
    ResourceTypes

    public static class ResourceTypes.ResTable_ref
    extends java.lang.Object
    This 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.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int ident  
      static int SIZEOF  
    • 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.String toString()  
      • Methods inherited from class java.lang.Object

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

      • ResTable_ref

        public ResTable_ref​(java.nio.ByteBuffer buf,
                            int offset)
      • ResTable_ref

        public ResTable_ref()
    • Method Detail

      • toString

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