com.jme.util.export
Interface JMEExporter

All Known Implementing Classes:
BinaryExporter, CloneImportExport, XMLExporter

public interface JMEExporter


Method Summary
 OutputCapsule getCapsule(Savable object)
           
 boolean save(Savable object, java.io.File f)
           
 boolean save(Savable object, java.io.OutputStream f)
           
 

Method Detail

save

boolean save(Savable object,
             java.io.OutputStream f)
             throws java.io.IOException
Throws:
java.io.IOException

save

boolean save(Savable object,
             java.io.File f)
             throws java.io.IOException
Throws:
java.io.IOException

getCapsule

OutputCapsule getCapsule(Savable object)