ggencoder.encoder
Class AbstractGameGenieDecoder

java.lang.Object
  extended byggencoder.encoder.AbstractGameGenieDecoder
All Implemented Interfaces:
GameGenieDecoder

public abstract class AbstractGameGenieDecoder
extends java.lang.Object
implements GameGenieDecoder

An abstract implementation of the GameGenieDecoder interface.

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

Constructor Summary
AbstractGameGenieDecoder()
           
 
Method Summary
static GameGenieDecoder getInstance()
          Gets an instance of a GameGenieDecoder.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface ggencoder.encoder.GameGenieDecoder
decodeGBGG, decodeGenesis, decodeNES, decodeSNES
 

Constructor Detail

AbstractGameGenieDecoder

public AbstractGameGenieDecoder()
Method Detail

getInstance

public static GameGenieDecoder getInstance()
Gets an instance of a GameGenieDecoder.

Returns:
A GameGenieDecoder instance.