com.alienfactory.javamappy.loader
Class MapLoader.DefaultChunkLoader

java.lang.Object
  extended by com.alienfactory.javamappy.loader.ChunkLoader
      extended by com.alienfactory.javamappy.loader.MapLoader.DefaultChunkLoader
Enclosing class:
MapLoader

protected static class MapLoader.DefaultChunkLoader
extends ChunkLoader


Constructor Summary
protected MapLoader.DefaultChunkLoader()
           
 
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

MapLoader.DefaultChunkLoader

protected MapLoader.DefaultChunkLoader()
Method Detail

loadChunk

public void loadChunk(Map map)
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


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