|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.jme.scene.model.XMLparser.XMLtoBinary
Started Date: Jun 23, 2004
This class can read a XML file and convert it into jME binary format.
| Constructor Summary | |
XMLtoBinary()
Creates a new XMl -> Binary object. |
|
| Method Summary | |
static void |
main(java.lang.String[] args)
Converts an XML file to jME binary. |
void |
sendXMLtoBinary(java.io.InputStream XmlStream,
java.io.OutputStream binFile)
The only function a user needs to call. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public XMLtoBinary()
| Method Detail |
public static void main(java.lang.String[] args)
args - 2 strings. The first is the XML file to read, the second is the place to place its output.
public void sendXMLtoBinary(java.io.InputStream XmlStream,
java.io.OutputStream binFile)
XmlStream - A stream representing the XML file to convertbinFile - The stream to save the XML's jME binary equivalent
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||