org.gamenet.application.mm8leveleditor.mm8
Class EnglishTLodEntry

java.lang.Object
  extended byorg.gamenet.application.mm8leveleditor.lod.LodEntry
      extended byorg.gamenet.application.mm8leveleditor.mm8.EnglishDLodEntry
          extended byorg.gamenet.application.mm8leveleditor.mm8.EnglishTLodEntry
All Implemented Interfaces:
Comparable, LodResource, TGADataProducer

public class EnglishTLodEntry
extends EnglishDLodEntry


Nested Class Summary
 
Nested classes inherited from class org.gamenet.application.mm8leveleditor.mm8.EnglishDLodEntry
EnglishDLodEntry.NullOutputStream
 
Field Summary
protected static int ENTRY_NAME__ENTRY_HEADER_MAX_LENGTH
           
 
Fields inherited from class org.gamenet.application.mm8leveleditor.mm8.EnglishDLodEntry
DATA_CONTENT_COMPRESSED_SIZE__DATA_HEADER_OFFSET, DATA_CONTENT_UNCOMPRESSED_SIZE__DATA_HEADER_OFFSET, DATA_HEADER_LENGTH, DATA_HEADER_UNKNOWN_OFFSET, DATA_NAME__DATA_HEADER_MAX_LENGTH, DATA_NAME__DATA_HEADER_OFFSET, DATA_SEGMENT_LENGTH__ENTRY_HEADER_OFFSET, DATA_SEGMENT_OFFSET__ENTRY_HEADER_OFFSET, ENTRY_NAME__ENTRY_HEADER_OFFSET, TGA_BYTE_HEIGHT__DATA_HEADER_OFFSET, TGA_BYTE_WIDTH__DATA_HEADER_OFFSET, TGA_IMAGE_SIZE__DATA_HEADER_OFFSET, theFileExtractor, theLodFileExtractor, thePassThroughLodFileExtractor
 
Fields inherited from class org.gamenet.application.mm8leveleditor.lod.LodEntry
dataHeader, entryHeader, entryOffset, lodFile
 
Constructor Summary
EnglishTLodEntry(LodFile lodFile, long headerOffset)
           
 
Method Summary
 Class getEntryClass()
           
 
Methods inherited from class org.gamenet.application.mm8leveleditor.mm8.EnglishDLodEntry
computeDataBasedOffsets, computeEntryBasedOffsets, getByteHeight, getByteWidth, getData, getDataHeaderLength, getDataHeaderOffset, getDataLength, getDataName, getDataNameMaxLength, getDataOffset, getDataType, getDecompressedSize, getEntryName, getExtractor, getFileName, getFileType, getFormatConverter, getFormatConverterFileType, getNewWrittenDataContentLength, getOffsetInDataHeaderForDataName, getOffsetInDataHeaderFortDataContentCompressedLength, getOffsetInDataHeaderFortDataContentUncompressedLength, getOffsetInDataHeaderForTGAByteHeight, getOffsetInDataHeaderForTGAByteWidth, getOffsetInDataHeaderForTGAImageSize, getOffsetInEntryHeaderForDataSegmentLength, getOffsetInEntryHeaderForDataSegmentOffset, getPalette, getPaletteOffset, getResourceType, getTextDescription, getUpdatedWrittenDataContentLength, rewriteData, rewriteEntry, updateData, updateDataHeader, updateEntry, writeNewData, writeNewDataHeader, writeNewEntry
 
Methods inherited from class org.gamenet.application.mm8leveleditor.lod.LodEntry
compareTo, computeFileBasedOffsets, getDataHeader, getEntryHeader, getEntryOffset, getLodFile, getName, readDataHeader, readEntryHeader, readRawData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ENTRY_NAME__ENTRY_HEADER_MAX_LENGTH

protected static final int ENTRY_NAME__ENTRY_HEADER_MAX_LENGTH
See Also:
Constant Field Values
Constructor Detail

EnglishTLodEntry

public EnglishTLodEntry(LodFile lodFile,
                        long headerOffset)
                 throws IOException
Method Detail

getEntryClass

public Class getEntryClass()