org.gamenet.application.mm8leveleditor.mm6
Class BitmapsLodFile

java.lang.Object
  extended bycom.mmbreakfast.unlod.lod.LodFile
      extended byorg.gamenet.application.mm8leveleditor.mm6.MM6LodFile
          extended byorg.gamenet.application.mm8leveleditor.mm6.BitmapsLodFile

public class BitmapsLodFile
extends MM6LodFile


Field Summary
 
Fields inherited from class org.gamenet.application.mm8leveleditor.mm6.MM6LodFile
ENTRIES_NUMBER_OFFSET, ENTRY_HEADER_LENGTH, HEADER_OFFSET, SIGNATURE
 
Fields inherited from class com.mmbreakfast.unlod.lod.LodFile
entries, ENTRY_CONSTRUCTOR, file, FILE_HEADER_SIZE_OFFSET, FILE_SIZE_MINUS_FILE_HEADER_SIZE_OFFSET, fileHeader, in, orderedEntries
 
Constructor Summary
BitmapsLodFile(File file, RandomAccessFileInputStream in)
           
 
Method Summary
 Class getEntryClass()
           
 
Methods inherited from class org.gamenet.application.mm8leveleditor.mm6.MM6LodFile
getEntriesNumberOffset, getEntryHeaderLength, getHeaderOffset, verifySignature
 
Methods inherited from class com.mmbreakfast.unlod.lod.LodFile
findLodEntryByFileName, findLodEntryForFile, getFile, getFileHeader, getFileHeaderSizeOffset, getFileName, getFileSizeMinusFileHeaderSizeOffset, getLodEntries, getNextEntry, getRandomAccessFileInputStream, readEntries, readEntryCount, readFileHeader, updateByAppendingData, verify, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BitmapsLodFile

public BitmapsLodFile(File file,
                      RandomAccessFileInputStream in)
               throws IOException,
                      InvalidLodFileException
Method Detail

getEntryClass

public Class getEntryClass()
Overrides:
getEntryClass in class MM6LodFile