com.jme.util.export.binary
Interface BinaryLoaderModule

All Known Implementing Classes:
BinaryAbstractCameraModule, BinaryBlendStateModule, BinaryClipStateModule, BinaryColorMaskStateModule, BinaryCullStateModule, BinaryFogStateModule, BinaryFragmentProgramStateModule, BinaryGLSLShaderObjectsStateModule, BinaryLightStateModule, BinaryMaterialStateModule, BinaryShadeStateModule, BinaryStencilStateModule, BinaryTextureStateModule, BinaryVertexProgramStateModule, BinaryWireframeStateModule, BinaryZBufferStateModule

public interface BinaryLoaderModule

BinaryLoaderModule defines two methods, the first provides a key value to look for to issue the load command. This key is typically (and should be) the class name the loader is responsible for. While load handles creating a new instance of the class.

Author:
mpowell

Method Summary
 java.lang.String getKey()
           
 Savable load(InputCapsule inputCapsule)
           
 

Method Detail

getKey

java.lang.String getKey()

load

Savable load(InputCapsule inputCapsule)
             throws java.io.IOException
Throws:
java.io.IOException