|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.jme.scene.model.XMLparser.Converters.FormatConverter
com.jme.scene.model.XMLparser.Converters.Md3ToJme
Started Date: Jul 15, 2004
Converts from MD3 files to jme binary.
| Constructor Summary | |
Md3ToJme()
|
|
| Method Summary | |
void |
convert(java.io.InputStream format,
java.io.OutputStream jMEFormat)
Reads a given format and writes it to jMEFormat in the jME binary format. |
| Methods inherited from class com.jme.scene.model.XMLparser.Converters.FormatConverter |
attemptFileConvert, clearProperty, setProperty |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Md3ToJme()
| Method Detail |
public void convert(java.io.InputStream format,
java.io.OutputStream jMEFormat)
throws java.io.IOException
FormatConverterformat and writes it to jMEFormat in the jME binary format.
convert in class FormatConverterformat - InputStream representing the format to readjMEFormat - OutputStream to write the jME binary equivalent too
java.io.IOException - If anything goes wrong during the writting
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||