com.alienfactory.javamappy.loader
Class ChunkLoaderBKDT

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

public class ChunkLoaderBKDT
extends ChunkLoader

Chunk BKDT :: Contains BLKSTR structures.

Author:
Steve Eynon

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

ChunkLoaderBKDT

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