Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.meowers.cide.data
Class GameDataIO  view GameDataIO download GameDataIO.java

java.lang.Object
  extended byorg.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 GameData to the specified File.


load

public static GameData load(java.io.File file)
Loads a GameData from the specified File.