|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JmeExporter
JmeExporter
specifies an export implementation for jME3
data.
Method Summary | |
---|---|
OutputCapsule |
getCapsule(Savable object)
Returns the OutputCapsule for the given savable object. |
boolean |
save(Savable object,
java.io.File f)
Export the Savable to a file. |
boolean |
save(Savable object,
java.io.OutputStream f)
Export the Savable to an OutputStream. |
Method Detail |
---|
boolean save(Savable object, java.io.OutputStream f) throws java.io.IOException
Savable
to an OutputStream.
object
- The savable to exportf
- The output stream
java.io.IOException
- If an io exception occurs during exportboolean save(Savable object, java.io.File f) throws java.io.IOException
Savable
to a file.
object
- The savable to exportf
- The file to export to
java.io.IOException
- If an io exception occurs during exportOutputCapsule getCapsule(Savable object)
OutputCapsule
for the given savable object.
object
- The object to retrieve an output capsule for.
OutputCapsule
for the given savable object.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |