Package org.robolectric.res.android
Class ResourceTypes.ResXMLTree_header
- java.lang.Object
-
- org.robolectric.res.android.ResourceTypes.ResXMLTree_header
-
- Enclosing class:
- ResourceTypes
public static class ResourceTypes.ResXMLTree_header extends java.lang.ObjectXML tree header. This appears at the front of an XML tree, describing its content. It is followed by a flat array of ResXMLTree_node structures; the hierarchy of the XML document is described by the occurrance of RES_XML_START_ELEMENT_TYPE and corresponding RES_XML_END_ELEMENT_TYPE nodes in the array.
-
-
Field Summary
Fields Modifier and Type Field Description ResourceTypes.ResChunk_headerheader
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.nio.ByteBuffermyBuf()intmyOffset()java.lang.StringtoString()static voidwrite(java.nio.ByteBuffer buf, ResourceTypes.ResStringPool_header.Writer resStringPoolWriter, java.lang.Runnable contents)
-
-
-
Field Detail
-
header
public final ResourceTypes.ResChunk_header header
-
-
Method Detail
-
write
public static void write(java.nio.ByteBuffer buf, ResourceTypes.ResStringPool_header.Writer resStringPoolWriter, java.lang.Runnable contents)
-
myBuf
public final java.nio.ByteBuffer myBuf()
-
myOffset
public final int myOffset()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-