Package com.jme.util.export

Interface Summary
InputCapsule  
JMEExporter  
JMEImporter This interface supports two conflicting use cases, and good design would have a separate interface for each; but as things stand, "loaders" should only use the load() methods, and reconstituting-jME-elements should only use the getCapsule() method.
OutputCapsule  
ReadListener  
Savable  
 

Class Summary
ByteUtils ByteUtils is a helper class for converting numeric primitives to and from byte representations.