|
|||||||||
| Home >> All >> org >> meowers >> cide >> [ data overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.meowers.cide.data
Class GameDataIO

java.lang.Objectorg.meowers.cide.data.GameDataIO
- public abstract class GameDataIO
- extends java.lang.Object
Provides services to save and load GameData objects.
- Version:
- %I%, %G%
| Field Summary | |
static int |
FILE_VERSION
|
| Constructor Summary | |
GameDataIO()
|
|
| Method Summary | |
static GameData |
load(java.io.File file)
Loads a GameData from the specified File. |
static boolean |
save(java.io.File file,
GameData gameData)
Saves a GameData to the specified File. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
FILE_VERSION
public static final int FILE_VERSION
- See Also:
- Constant Field Values
| Constructor Detail |
GameDataIO
public GameDataIO()
| Method Detail |
save
public static boolean save(java.io.File file, GameData gameData)
- Saves a
GameDatato the specifiedFile.
load
public static GameData load(java.io.File file)
- Loads a
GameDatafrom the specifiedFile.
|
|||||||||
| Home >> All >> org >> meowers >> cide >> [ data overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.meowers.cide.data.GameDataIO