|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectContents
This class generate the contents of the rombank file, just after the TOC. The content is represented by the ROMs data plus some padding bytes, for the sectors.
Constructor Summary | |
Contents(RomsList roms)
This is the class constructor! |
Method Summary | |
void |
writeContents(java.lang.String filename)
Write the contents to the disk. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Contents(RomsList roms)
roms
- The RomsList which will provide all the necessary data for the contents
generating.Method Detail |
public void writeContents(java.lang.String filename)
filename
- The file which the data should be written on! This must be the same file used by
TOC.writeTOC!!
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |