|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.esw.eengine.resource.codec.AbstractCodec
de.esw.eengine.resource.codec.AbstractImageCodec
public abstract class AbstractImageCodec
| Constructor Summary | |
|---|---|
AbstractImageCodec()
|
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class de.esw.eengine.resource.codec.AbstractCodec |
|---|
setRenderDevice, setResourceManager |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface de.esw.eengine.core.ICodec |
|---|
createResource |
| Constructor Detail |
|---|
public AbstractImageCodec()
| Method Detail |
|---|
public void encode(java.lang.Object object,
java.net.URL location)
object - Data object to encodelocation - Location to store data atencode(java.lang.Object,
java.net.URL)
public java.lang.Object decode(java.net.URL location)
throws EEngineException
location - IResource to decode
EEngineException - Thrown on I/O errors during decodeICodec.decode(java.net.URL)public void dispose()
ICodec
ICodec.dispose()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||