|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.jme.scene.model.XMLparser.BinaryToXML
Started Date: Jun 23, 2004
This class converts jME's binary format to human readable XML.
| Constructor Summary | |
BinaryToXML()
|
|
| Method Summary | |
static void |
main(java.lang.String[] args)
Converts jME binary to XML. |
void |
sendBinarytoXML(java.io.InputStream binFile,
java.io.Writer XML)
The only function a user needs to use. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BinaryToXML()
| Method Detail |
public static void main(java.lang.String[] args)
args - 2 strings. The first is the jME binary file to read, the second is the place to place its output.
public void sendBinarytoXML(java.io.InputStream binFile,
java.io.Writer XML)
throws java.io.IOException
BinaryToXML.sendBinarytoXML will write the stream to XML format.
binFile - The input stream of the jME file.XML - Where to write the XML format too.
java.io.IOException - If unable to read or write either file.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||