com.alienfactory.javamappy.loader
Class ChunkLoaderANDT

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

public class ChunkLoaderANDT
extends ChunkLoader

Chunk ANDT :: Contains ANISTR structures.

Author:
Steve Eynon

Constructor Summary
ChunkLoaderANDT()
           
 
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

ChunkLoaderANDT

public ChunkLoaderANDT()
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.