Package zombie.iso
Class IsoLot
java.lang.Object
zombie.iso.IsoLot
public class IsoLot
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static java.util.HashMapInfoFileNamesstatic java.util.ArrayListInfoHeaderNamesstatic java.util.HashMapInfoHeadersstatic ObjectPoolpoolintwxintwy -
Constructor Summary
Constructors Constructor Description IsoLot() -
Method Summary
Modifier and Type Method Description static voidDispose()static IsoLotget(java.lang.Integer integer, java.lang.Integer integer2, java.lang.Integer integer3, java.lang.Integer integer4, IsoChunk chunk)voidload(java.lang.Integer integer, java.lang.Integer integer2, java.lang.Integer integer3, java.lang.Integer integer4, IsoChunk chunk)static voidput(IsoLot lot)static intreadInt(java.io.RandomAccessFile randomAccessFile)static intreadShort(java.io.RandomAccessFile randomAccessFile)static java.lang.StringreadString(BufferedRandomAccessFile bufferedRandomAccessFile)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
InfoHeaders
public static final java.util.HashMap InfoHeaders -
InfoHeaderNames
public static final java.util.ArrayList InfoHeaderNames -
InfoFileNames
public static final java.util.HashMap InfoFileNames -
pool
-
wx
public int wx -
wy
public int wy
-
-
Constructor Details
-
IsoLot
public IsoLot()
-
-
Method Details
-
Dispose
public static void Dispose() -
readString
public static java.lang.String readString(BufferedRandomAccessFile bufferedRandomAccessFile) throws java.io.EOFException, java.io.IOException- Throws:
java.io.EOFExceptionjava.io.IOException
-
readInt
public static int readInt(java.io.RandomAccessFile randomAccessFile) throws java.io.EOFException, java.io.IOException- Throws:
java.io.EOFExceptionjava.io.IOException
-
readShort
public static int readShort(java.io.RandomAccessFile randomAccessFile) throws java.io.EOFException, java.io.IOException- Throws:
java.io.EOFExceptionjava.io.IOException
-
put
-
get
-
load
public void load(java.lang.Integer integer, java.lang.Integer integer2, java.lang.Integer integer3, java.lang.Integer integer4, IsoChunk chunk)
-