public class JointGroupXMLWriter extends Object
| Constructor and Description |
|---|
JointGroupXMLWriter() |
| Modifier and Type | Method and Description |
|---|---|
static void |
saveJointGroup(String file,
JointGroup group)
Saves a JointGroup to disk as an XML file.
|
static void |
writeJointGroup(org.xmlpull.v1.XmlSerializer xs,
JointGroup group) |
public static void saveJointGroup(String file, JointGroup group) throws org.xmlpull.v1.XmlPullParserException, IOException, IllegalArgumentException, FileNotFoundException
file - the full path to the destination filegroup - the JointGroup to saveorg.xmlpull.v1.XmlPullParserExceptionIOExceptionIllegalArgumentExceptionFileNotFoundExceptionpublic static void writeJointGroup(org.xmlpull.v1.XmlSerializer xs,
JointGroup group)
throws IOException
xs - group - IOExceptionCopyright © 2011-2014. All Rights Reserved.