|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--saveopen.application.Saver
This class provides two static methods,
save() and open().
Since this is all, the class has been declared final,
so that it cannot be instantiated (which would serve no purpose).
| Constructor Summary | |
Saver()
|
|
| Method Summary | |
static void |
save(java.io.Serializable target,
java.lang.String filename)
Saves a given Serializable component into a file with the given name. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Saver()
| Method Detail |
public static void save(java.io.Serializable target,
java.lang.String filename)
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||