org.gjt.universe
Class SaveGame

java.lang.Object
  |
  +--org.gjt.universe.SaveGame

public class SaveGame
extends java.lang.Object


Constructor Summary
private SaveGame()
           
 
Method Summary
static void fileRead(java.lang.String filename)
          Read the file from to disk.
static void fileWrite(java.lang.String filename)
          Write the file out to disk.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SaveGame

private SaveGame()
Method Detail

fileWrite

public static void fileWrite(java.lang.String filename)
                      throws java.io.IOException
Write the file out to disk.

Parameters:
filename - The filename.
java.io.IOException

fileRead

public static void fileRead(java.lang.String filename)
Read the file from to disk.

Parameters:
filename - The filename.


Copyright © 2001 Universe Dev Team All Rights Reserved.