Package com.jme3.export
Class NullSavable
java.lang.Object
com.jme3.export.NullSavable
- All Implemented Interfaces:
 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
Constructors - 
Method Summary
 
- 
Constructor Details
- 
NullSavable
public NullSavable() 
 - 
 - 
Method Details
- 
write
- Specified by:
 writein interfaceSavable- Throws:
 IOException
 - 
read
- Specified by:
 readin interfaceSavable- Throws:
 IOException
 
 -