com.alienfactory.javamappy.loader
Class ChunkLoaderTSTR

java.lang.Object
  extended by com.alienfactory.javamappy.loader.ChunkLoader
      extended by com.alienfactory.javamappy.loader.ChunkLoaderTSTR

public class ChunkLoaderTSTR
extends ChunkLoader

Chunk TSTR :: Text Strings.

Author:
Steve Eynon

Constructor Summary
ChunkLoaderTSTR()
           
 
Method Summary
 void loadChunk(Map map)
          The method invoked to load the chunk.
 
Methods inherited from class com.alienfactory.javamappy.loader.ChunkLoader
getByte, getBytesRemaining, getChunkLength, getChunkName, isLSB, readByte, readInt, readShort, readString, readString, readUByte, skip, throwChunkException, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChunkLoaderTSTR

public ChunkLoaderTSTR()
Method Detail

loadChunk

public void loadChunk(Map map)
               throws ChunkLoadException
Description copied from class: ChunkLoader
The method invoked to load the chunk. All data loaded should by placed in the given Map.

Specified by:
loadChunk in class ChunkLoader
Throws:
ChunkLoadException - should be thrown should anything be wrong with the data you are loading


Copyright © 2001-2009 Alien-Factory Ltd. All Rights Reserved.