|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface for encoding RAW codes into game genie codes.
Method Summary | |
GameGenieCode |
encode(GBGGRawCode code)
Encodes a GBGGRawCode into a GameGenieCode. |
GameGenieCode |
encode(GenesisRawCode code)
Encodes a GenesisRawCode into a GameGenieCode. |
GameGenieCode |
encode(NESRawCode code)
Encodes an NESRawCode into a GameGenieCode. |
GameGenieCode |
encode(SNESRawCode code)
Encodes an SNESRawCode into a GameGenieCode. |
Method Detail |
public GameGenieCode encode(NESRawCode code)
code
- The NESRawCode to encode.
public GameGenieCode encode(SNESRawCode code)
code
- The SNESRawCode to encode.
public GameGenieCode encode(GenesisRawCode code)
code
- The GenesisRawCode to encode.
public GameGenieCode encode(GBGGRawCode code)
code
- The GBGGRawCode to encode.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |