Uses of Class
com.jme.util.export.binary.BinaryInputCapsule

Packages that use BinaryInputCapsule
com.jme.util.export.binary   
 

Uses of BinaryInputCapsule in com.jme.util.export.binary
 

Fields in com.jme.util.export.binary with type parameters of type BinaryInputCapsule
protected  java.util.IdentityHashMap<Savable,BinaryInputCapsule> BinaryImporter.capsuleTable
           
 

Methods in com.jme.util.export.binary that return BinaryInputCapsule
 BinaryInputCapsule BinaryImporter.getCapsule(Savable id)