|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChunkLoadException | |
---|---|
com.alienfactory.javamappy.loader | These classes are only concerned with loading FMP Chunks. |
Uses of ChunkLoadException in com.alienfactory.javamappy.loader |
---|
Methods in com.alienfactory.javamappy.loader that throw ChunkLoadException | |
---|---|
protected ChunkLoader |
MapLoader.createChunkLoader(java.io.InputStream inputStream)
Factory method for producing instances of ChunkLoaders. |
void |
ChunkLoaderTSTR.loadChunk(Map map)
|
void |
ChunkLoaderOBFN.loadChunk(Map map)
|
void |
ChunkLoaderOBDT.loadChunk(Map map)
|
void |
ChunkLoaderMPHD.loadChunk(Map map)
|
void |
ChunkLoaderFORM.loadChunk(Map map)
|
void |
ChunkLoaderCMAP.loadChunk(Map map)
|
void |
ChunkLoaderBODY.loadChunk(Map map)
|
void |
ChunkLoaderBKDT.loadChunk(Map map)
|
void |
ChunkLoaderBGFX.loadChunk(Map map)
|
void |
ChunkLoaderATHR.loadChunk(Map map)
|
void |
ChunkLoaderANDT.loadChunk(Map map)
|
abstract void |
ChunkLoader.loadChunk(Map map)
The method invoked to load the chunk. |
protected byte |
ChunkLoader.readByte()
Reads the next byte from the input stream. |
protected int |
ChunkLoader.readInt()
Reads the next 4 bytes from the Map input stream and turns them into an int . |
protected short |
ChunkLoader.readShort()
Reads the next 2 bytes from the Map input stream and turns them into a short . |
protected java.lang.String |
ChunkLoader.readString(int noOfChars)
Reads the next n bytes from the Map input stream and turns them into a String . |
protected int |
ChunkLoader.readUByte()
Reads the next byte from the input stream and returns it as
an unsigned int . |
protected void |
ChunkLoader.skip(int noOfBytes)
Skips the next n byte s from the Map input stream. |
protected void |
ChunkLoader.throwChunkException(java.lang.Object objMessage)
Throws a ChunkLoadException with a formatted message. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |