|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public interface JmeExporter
JmeExporter
specifies an export implementation for jME3
data.
メソッドの概要 | |
---|---|
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. |
メソッドの詳細 |
---|
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.
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |