|
|||||||||
| Home >> All >> com >> pepperview >> [ romzinger overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.pepperview.romzinger
Class ROM

java.lang.Objectcom.pepperview.romzinger.ROMDesc
com.pepperview.romzinger.ROM
- public class ROM
- extends ROMDesc
A class to represent a real ROM in the filesystem.
| Field Summary | |
private boolean |
useless
|
| Fields inherited from class com.pepperview.romzinger.ROMDesc |
|
| Constructor Summary | |
ROM()
|
|
| Method Summary | |
boolean |
getUseless()
Gets the Useless attribute of the ROM object |
void |
setUseless(boolean useless)
Sets the Useless attribute of the ROM object |
| Methods inherited from class com.pepperview.romzinger.ROMDesc |
addGame, getCrc, getGames, getName, getSize, setCrc, setName, setSize, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
useless
private boolean useless
| Constructor Detail |
ROM
public ROM()
| Method Detail |
setUseless
public void setUseless(boolean useless)
- Sets the Useless attribute of the ROM object
- Since:
getUseless
public boolean getUseless()
- Gets the Useless attribute of the ROM object
- Since:
|
|||||||||
| Home >> All >> com >> pepperview >> [ romzinger overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC