org.gamenet.application.mm8leveleditor.handler
Class DataHandler.ByteDataLodResource
java.lang.Object
org.gamenet.application.mm8leveleditor.lod.TemplateLodResource
org.gamenet.application.mm8leveleditor.handler.DataHandler.ByteDataLodResource
- All Implemented Interfaces:
- LodResource
- Enclosing class:
- DataHandler
- public class DataHandler.ByteDataLodResource
- extends TemplateLodResource
Field Summary |
private byte[] |
data
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
data
private byte[] data
DataHandler.ByteDataLodResource
public DataHandler.ByteDataLodResource(LodResource templateLodResource,
byte[] data)
getData
public byte[] getData()
throws IOException
- Specified by:
getData
in interface LodResource
- Overrides:
getData
in class TemplateLodResource
- Throws:
IOException