com.java4ever.m3g
Class M3GFile
java.lang.Object
com.java4ever.m3g.M3GFile
- public class M3GFile
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FILE_IDENTIFIER
public static final byte[] FILE_IDENTIFIER
M3GFile
public M3GFile()
M3GFile
public M3GFile(java.io.File file)
throws java.io.IOException
getHeaderSection
public HeaderSection getHeaderSection()
getExternalReferencesSection
public ExternalReferencesSection getExternalReferencesSection()
addSceneSection
public void addSceneSection(SceneSection scene)
getSceneSections
public SceneSection[] getSceneSections()
removeSceneSection
public void removeSceneSection(SceneSection scene)
removeSceneSections
public void removeSceneSections()
write
public void write(java.io.OutputStream os)
throws java.io.IOException
- Throws:
java.io.IOException
write
public void write(java.io.File file)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright 2005 java4ever.com. All Rights Reserved.