org.gamenet.application.mm8leveleditor.handler
Class DataHandler.ByteDataLodResource

java.lang.Object
  extended byorg.gamenet.application.mm8leveleditor.lod.TemplateLodResource
      extended byorg.gamenet.application.mm8leveleditor.handler.DataHandler.ByteDataLodResource
All Implemented Interfaces:
LodResource
Enclosing class:
DataHandler

public class DataHandler.ByteDataLodResource
extends TemplateLodResource


Field Summary
private  byte[] data
           
 
Fields inherited from class org.gamenet.application.mm8leveleditor.lod.TemplateLodResource
 
Constructor Summary
DataHandler.ByteDataLodResource(LodResource templateLodResource, byte[] data)
           
 
Method Summary
 byte[] getData()
           
 
Methods inherited from class org.gamenet.application.mm8leveleditor.lod.TemplateLodResource
getDataHeader, getName, getResourceType, getTemplateLodResource, getTextDescription
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

data

private byte[] data
Constructor Detail

DataHandler.ByteDataLodResource

public DataHandler.ByteDataLodResource(LodResource templateLodResource,
                                       byte[] data)
Method Detail

getData

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