nwnintf.format.mod
Class ModResPosn

java.lang.Object
  |
  +--nwnintf.format.mod.ModResPosn

public class ModResPosn
extends java.lang.Object


Field Summary
static int OFFSET
           
static int RESLEN
           
static int SIZE
           
 
Constructor Summary
ModResPosn(int offset, int size)
           
ModResPosn(java.io.RandomAccessFile f)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OFFSET

public static int OFFSET

RESLEN

public static int RESLEN

SIZE

public static int SIZE
Constructor Detail

ModResPosn

public ModResPosn(java.io.RandomAccessFile f)
           throws java.io.IOException

ModResPosn

public ModResPosn(int offset,
                  int size)