org.jcae.mesh.bora.xmldata
Class BModelWriter

java.lang.Object
  extended by org.jcae.mesh.bora.xmldata.BModelWriter

public class BModelWriter
extends java.lang.Object


Constructor Summary
BModelWriter()
           
 
Method Summary
static void writeObject(BModel model)
          Write the current object to a XML file and binary files.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BModelWriter

public BModelWriter()
Method Detail

writeObject

public static void writeObject(BModel model)
Write the current object to a XML file and binary files. The XML file have links to the binary files.

Parameters:
model - The model to store on disk