com.jme3.export
Class NullSavable

java.lang.Object
  extended by com.jme3.export.NullSavable
All Implemented Interfaces:
Savable

public class NullSavable
extends java.lang.Object
implements Savable

NullSavable is an implementation of Savable with no data. It is used for backward compatibility with versions of the J3O format that wrote Blender importer's "Properties" class.


Constructor Summary
NullSavable()
           
 
Method Summary
 void read(JmeImporter im)
           
 void write(JmeExporter ex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullSavable

public NullSavable()
Method Detail

write

public void write(JmeExporter ex)
           throws java.io.IOException
Specified by:
write in interface Savable
Throws:
java.io.IOException

read

public void read(JmeImporter im)
          throws java.io.IOException
Specified by:
read in interface Savable
Throws:
java.io.IOException