org.gamenet.application.mm8leveleditor.lod
Class TemplateLodResource

java.lang.Object
  extended byorg.gamenet.application.mm8leveleditor.lod.TemplateLodResource
All Implemented Interfaces:
LodResource
Direct Known Subclasses:
DataHandler.ByteDataLodResource, EvtHandler.EvtLodResource, RawDataTemplateLodResource

public class TemplateLodResource
extends Object
implements LodResource


Field Summary
private  LodResource templateLodResource
           
 
Constructor Summary
TemplateLodResource(LodResource templateLodResource)
           
 
Method Summary
 byte[] getData()
           
 byte[] getDataHeader()
           
 String getName()
           
 String getResourceType()
           
protected  LodResource getTemplateLodResource()
           
 String getTextDescription()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

templateLodResource

private LodResource templateLodResource
Constructor Detail

TemplateLodResource

public TemplateLodResource(LodResource templateLodResource)
Method Detail

getTemplateLodResource

protected LodResource getTemplateLodResource()

getData

public byte[] getData()
               throws IOException
Specified by:
getData in interface LodResource
Throws:
IOException

getTextDescription

public String getTextDescription()
Specified by:
getTextDescription in interface LodResource

getResourceType

public String getResourceType()
Specified by:
getResourceType in interface LodResource

getName

public String getName()
Specified by:
getName in interface LodResource

getDataHeader

public byte[] getDataHeader()
Specified by:
getDataHeader in interface LodResource