|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectgalatea.glider.GStr
Class GStr definition.
This is the base class for files in Galatea.
-----
Manejo básica para archivos en Galatea.
| Field Summary | |
static java.io.PrintStream |
fstat
Simulation's statistics file. |
static java.io.PrintStream |
ftrace
Simulation's trace file. |
| Constructor Summary | |
GStr()
|
|
| Method Summary | |
static void |
add(java.io.PrintStream file,
java.lang.Object o)
Adds an object to file. |
static void |
close(java.io.PrintStream file)
Closes a file. |
static java.io.PrintStream |
open(java.lang.String fname)
Creates and open file. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static java.io.PrintStream ftrace
public static java.io.PrintStream fstat
| Constructor Detail |
public GStr()
| Method Detail |
public static void add(java.io.PrintStream file,
java.lang.Object o)
file - PrintStream. File. o - Object. Object to add. public static void close(java.io.PrintStream file)
file - PrintStream. File.
public static java.io.PrintStream open(java.lang.String fname)
throws ErrorEmpty
fname - String. File's name. ErrorEmpty - Error Message.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||