zombie.iso
Class IsoLot

java.lang.Object
  extended by zombie.iso.IsoLot

public class IsoLot
extends java.lang.Object

Author:
LEMMY

Nested Class Summary
 class IsoLot.Zone
           
 
Field Summary
static java.util.ArrayList<java.lang.String> InfoHeaderNames
           
static java.util.HashMap<java.lang.String,LotHeader> InfoHeaders
           
 int wx
           
 int wy
           
 
Constructor Summary
IsoLot(java.lang.String filename, java.lang.Integer cX, java.lang.Integer cY, java.lang.Integer wX, java.lang.Integer wY, IsoChunk ch)
           
 
Method Summary
static int readInt(java.io.RandomAccessFile in)
           
static int readShort(java.io.RandomAccessFile in)
           
static java.lang.String readString(java.io.RandomAccessFile in)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

InfoHeaders

public static java.util.HashMap<java.lang.String,LotHeader> InfoHeaders

InfoHeaderNames

public static java.util.ArrayList<java.lang.String> InfoHeaderNames

wx

public int wx

wy

public int wy
Constructor Detail

IsoLot

public IsoLot(java.lang.String filename,
              java.lang.Integer cX,
              java.lang.Integer cY,
              java.lang.Integer wX,
              java.lang.Integer wY,
              IsoChunk ch)
Method Detail

readString

public static java.lang.String readString(java.io.RandomAccessFile in)
                                   throws java.io.EOFException,
                                          java.io.IOException
Throws:
java.io.EOFException
java.io.IOException

readInt

public static int readInt(java.io.RandomAccessFile in)
                   throws java.io.EOFException,
                          java.io.IOException
Throws:
java.io.EOFException
java.io.IOException

readShort

public static int readShort(java.io.RandomAccessFile in)
                     throws java.io.EOFException,
                            java.io.IOException
Throws:
java.io.EOFException
java.io.IOException