Package brut.androlib.res.data.value
Class ResArrayValue
java.lang.Object
brut.androlib.res.data.value.ResValue
brut.androlib.res.data.value.ResBagValue
brut.androlib.res.data.value.ResArrayValue
- All Implemented Interfaces:
ResValuesXmlSerializable
-
Field Summary
FieldsFields inherited from class brut.androlib.res.data.value.ResBagValue
mParent -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetType()voidserializeToResValuesXml(org.xmlpull.v1.XmlSerializer serializer, ResResource res) Methods inherited from class brut.androlib.res.data.value.ResBagValue
getParent
-
Field Details
-
BAG_KEY_ARRAY_START
public static final int BAG_KEY_ARRAY_START- See Also:
-
-
Constructor Details
-
ResArrayValue
-
-
Method Details
-
serializeToResValuesXml
public void serializeToResValuesXml(org.xmlpull.v1.XmlSerializer serializer, ResResource res) throws IOException, AndrolibException - Specified by:
serializeToResValuesXmlin interfaceResValuesXmlSerializable- Overrides:
serializeToResValuesXmlin classResBagValue- Throws:
IOExceptionAndrolibException
-
getType
- Throws:
AndrolibException
-