|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.jme.scene.model.XMLparser.JmeBinaryReader
Started Date: Jun 23, 2004
This class converts jME's binary format to a scenegraph. Even
though this class's name ends with Reader, it does not extend Reader
| Constructor Summary | |
JmeBinaryReader()
Constructs a new JmeBinaryReader. |
|
| Method Summary | |
void |
clearProperty(java.lang.String key)
Removes a property. |
Node |
loadBinaryFormat(java.io.InputStream binaryJme)
Reads the binaryJme InputStream to convert jME's binary format to a Node. |
Node |
loadBinaryFormat(Node storeNode,
java.io.InputStream binaryJme)
Reads the binaryJme InputStream and saves it to storeNode |
void |
setProperty(java.lang.String key,
java.lang.Object property)
Adds a property . |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public JmeBinaryReader()
| Method Detail |
public Node loadBinaryFormat(Node storeNode,
java.io.InputStream binaryJme)
throws java.io.IOException
storeNode - Place to save the jME ScenebinaryJme - InputStream with the jME Scene
java.io.IOException - If anything wierd goes on while reading.
public Node loadBinaryFormat(java.io.InputStream binaryJme)
throws java.io.IOException
binaryJme - The binary format jME scene
java.io.IOException - If anything wierd goes on while reading
public void setProperty(java.lang.String key,
java.lang.Object property)
key - Key to add (For example "texdir")property - Property for that key to have (For example "c:\\blarg\\")public void clearProperty(java.lang.String key)
key - The property to remove
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||