ggencoder.encoder
Interface GameGenieEncoder

All Known Implementing Classes:
AbstractGameGenieEncoder

public interface GameGenieEncoder

An interface for encoding RAW codes into game genie codes.

Version:
1.1, 07/13/04
Author:
John David Ratliff

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

encode

public GameGenieCode encode(NESRawCode code)
Encodes an NESRawCode into a GameGenieCode.

Parameters:
code - The NESRawCode to encode.
Returns:
The encoded GameGenieCode.

encode

public GameGenieCode encode(SNESRawCode code)
Encodes an SNESRawCode into a GameGenieCode.

Parameters:
code - The SNESRawCode to encode.
Returns:
The encoded GameGenieCode.

encode

public GameGenieCode encode(GenesisRawCode code)
Encodes a GenesisRawCode into a GameGenieCode.

Parameters:
code - The GenesisRawCode to encode.
Returns:
The encoded GameGenieCode.

encode

public GameGenieCode encode(GBGGRawCode code)
Encodes a GBGGRawCode into a GameGenieCode.

Parameters:
code - The GBGGRawCode to encode.
Returns:
The encoded GameGenieCode.