|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StoryFileHeader
This interface defines the structure of a story file header in the Z-machine. It is designed as a read only view to the byte array containing the story file data. By this means, changes in the memory map will be implicitly change the header structure.
Method Summary | |
---|---|
int |
getAbbreviationsAddress()
Returns the start address of the abbreviations section. |
int |
getChecksum()
Returns the checksum for the story file. |
int |
getDictionaryAddress()
Returns the dictionary's start address. |
int |
getFileLength()
Returns this story file's length. |
int |
getFlags1()
Returns the flags1 field. |
int |
getFlags2()
Returns the flags2 field. |
int |
getGlobalsAddress()
Returns the address of the global variables. |
int |
getHighMemAddress()
Returns the high memory start address. |
int |
getInterpreter()
Returns the interpreter number. |
int |
getInterpreterVersion()
Returns the interpreter version. |
int |
getObjectTableAddress()
Returns the object table's start address. |
int |
getProgramStart()
Returns the program counter start address. |
int |
getRelease()
Returns the release number. |
int |
getRevision()
Returns the revision number. |
String |
getSerialNumber()
Returns this game's serial number. |
int |
getStaticsAddress()
Returns the static memory start address. |
int |
getVersion()
Returns the story file version. |
Method Detail |
---|
int getVersion()
int getFlags1()
int getRelease()
int getHighMemAddress()
int getProgramStart()
int getDictionaryAddress()
int getObjectTableAddress()
int getGlobalsAddress()
int getStaticsAddress()
int getFlags2()
String getSerialNumber()
int getAbbreviationsAddress()
int getFileLength()
int getChecksum()
int getInterpreter()
int getInterpreterVersion()
int getRevision()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |