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
-
Method Summary
-
Constructor Details
-
NullSavable
public NullSavable()
-
-
Method Details
-
write
- Specified by:
write
in interfaceSavable
- Throws:
IOException
-
read
- Specified by:
read
in interfaceSavable
- Throws:
IOException
-