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.
ListenableStringFloatMap.FloatListener  
OutputCapsule  
ReadListener  
Savable  
 

Class Summary
AbstractStringKeyMap<V> This class implements persistence for the String keys of a Savable map.
ByteUtils ByteUtils is a helper class for converting numeric primitives to and from byte representations.
ListenableStringFloatMap A StringFloatMap which can be listened to in order to get notification when specified values in the map are modified.
StringBoolMap A Savable String-to-Boolean map.
StringFloatMap A Savable String-to-Float map.
StringIntMap A Savable String-to-Int map.
StringStringMap A Savable String-to-String map.
 



Copyright 2003-2009 jMonkeyEngine