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 SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
NullSavablepublic NullSavable()
 
- 
- 
Method Details- 
write- Specified by:
- writein interface- Savable
- Throws:
- IOException
 
- 
read- Specified by:
- readin interface- Savable
- Throws:
- IOException
 
 
-