|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICodec
| Method Summary | |
|---|---|
IResource |
createResource(int id,
java.net.URL location)
|
java.lang.Object |
decode(java.net.URL location)
|
void |
dispose()
Disposes this codec and all resources. |
void |
encode(java.lang.Object object,
java.net.URL location)
|
void |
setRenderDevice(IRenderDevice renderDevice)
This method attaches a IRenderDevice to this codec. |
void |
setResourceManager(ResourceManager resourceManager)
This method attaches a ResourceManager to this codec. |
| Method Detail |
|---|
void setRenderDevice(IRenderDevice renderDevice)
IRenderDevice to this codec. It
should be rarely needed by users.
renderDevice - IRenderDevice attached to this devicevoid setResourceManager(ResourceManager resourceManager)
ResourceManager to this codec. It
should be rarely needed by users.
resourceManager - ResourceManager attached to this device
IResource createResource(int id,
java.net.URL location)
id - Resource id to attachlocation - Location of the IResource to handle
IResource instance or null
void encode(java.lang.Object object,
java.net.URL location)
object - Data object to encodelocation - Location to store data at
java.lang.Object decode(java.net.URL location)
throws EEngineException
location - IResource to decode
EEngineException - Thrown on I/O errors during decodevoid dispose()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||