Class ResourceTypes.ResXMLTree_node

  • Enclosing class:
    ResourceTypes

    public static class ResourceTypes.ResXMLTree_node
    extends java.lang.Object
    Basic XML tree node. A single item in the XML document. Extended info about the node can be found after header.headerSize.
    • Method Summary

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

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

      • write

        public static void write​(java.nio.ByteBuffer buf,
                                 int type,
                                 java.lang.Runnable contents)
      • 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