nwnintf.format.tlk
Class TlkFile
java.lang.Object
|
+--nwnintf.format.tlk.TlkFile
- public class TlkFile
- extends java.lang.Object
Represent a "tlk" file, particulary dialog.tlk
Method Summary |
java.lang.String |
get(int idx)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYPE
public static int TYPE
VERSION
public static int VERSION
UNKNOWN1
public static int UNKNOWN1
NSTRINGS
public static int NSTRINGS
STRDATAOFFSET
public static int STRDATAOFFSET
FIRSTHEADER
public static int FIRSTHEADER
STRHED_TYPE
public static int STRHED_TYPE
STRHED_NAME
public static int STRHED_NAME
STRHED_UNKNOWN1
public static int STRHED_UNKNOWN1
STRHED_UNKNOWN2
public static int STRHED_UNKNOWN2
STRHED_OFFSET
public static int STRHED_OFFSET
STRHED_STRSIZE
public static int STRHED_STRSIZE
STRHED_UNKNOWN3
public static int STRHED_UNKNOWN3
STRHED_SIZE
public static int STRHED_SIZE
TlkFile
public TlkFile()
TlkFile
public TlkFile(java.io.File f)
throws java.io.IOException
get
public java.lang.String get(int idx)
throws java.io.IOException
java.io.IOException