M3GToolkit 0.5.0

com.java4ever.m3g
Class M3GFile

java.lang.Object
  extended bycom.java4ever.m3g.M3GFile

public class M3GFile
extends java.lang.Object


Field Summary
static byte[] FILE_IDENTIFIER
           
 
Constructor Summary
M3GFile()
           
M3GFile(java.io.File file)
           
 
Method Summary
 void addSceneSection(SceneSection scene)
           
 ExternalReferencesSection getExternalReferencesSection()
           
 HeaderSection getHeaderSection()
           
 SceneSection[] getSceneSections()
           
 void removeSceneSection(SceneSection scene)
           
 void removeSceneSections()
           
 void write(java.io.File file)
           
 void write(java.io.OutputStream os)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FILE_IDENTIFIER

public static final byte[] FILE_IDENTIFIER
Constructor Detail

M3GFile

public M3GFile()

M3GFile

public M3GFile(java.io.File file)
        throws java.io.IOException
Method Detail

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

M3GToolkit 0.5.0

Copyright 2005 java4ever.com. All Rights Reserved.