Uses of Interface
ggencoder.datastructures.RawCode

Packages that use RawCode
ggencoder.datastructures   
 

Uses of RawCode in ggencoder.datastructures
 

Subinterfaces of RawCode in ggencoder.datastructures
 interface GBGGRawCode
          An interface to represent a Game Boy or Game Gear code in RAW format.
 interface GenesisRawCode
          An interface to represent a Genesis code in RAW format.
 interface NESRawCode
          An interface to represent a RAW NES code.
 interface SNESRawCode
          An interface to represent SNES codes in RAW format.
 

Classes in ggencoder.datastructures that implement RawCode
 class AbstractRawCode
          Abstract implementation of the RawCode interface.
 class BasicGBGGRawCode
          An implementation of the GBGGRawCode interface.
 class BasicGenesisRawCode
          An implementation of the GenesisRawCode interface.
 class BasicNESRawCode
          An implementation of the NESRawCode interface.
 class BasicSNESRawCode
          An implementation of the SNESRawCode interface.