|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface representing a Game Genie code.
| Method Summary | |
char[] |
getAlphabet()
Gets the alphabet for the game genie code. |
java.lang.String |
getCode()
Gets the code string. |
void |
setCode(java.lang.String code)
Sets the code string. |
int |
toHex(char letter)
Translates a game genie letter to hexadecimal. |
| Method Detail |
public java.lang.String getCode()
public void setCode(java.lang.String code)
code - The new code string.public char[] getAlphabet()
public int toHex(char letter)
throws InvalidGameGenieLetterException
letter - The letter to translate.
InvalidGameGenieLetterException - if the letter is not part of
the game genie alphabet.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||