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 Object
XML 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_header
header
-
Method Summary
Modifier and Type Method Description ByteBuffer
myBuf()
int
myOffset()
String
toString()
static void
write(ByteBuffer buf, ResourceTypes.ResStringPool_header.Writer resStringPoolWriter, Runnable contents)
-
Field Details
-
Method Details
-
write
public static void write(ByteBuffer buf, ResourceTypes.ResStringPool_header.Writer resStringPoolWriter, Runnable contents) -
myBuf
-
myOffset
public final int myOffset() -
toString
-