|
|||||||||
| Home >> All >> org >> metacosm >> framework >> [ persistence overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.metacosm.framework.persistence
Interface Persistent

- All Superinterfaces:
- java.io.Serializable
- public interface Persistent
- extends java.io.Serializable
Interface for saves and loads
It's a Singleton OOD pattern.
| Method Summary | |
void |
load(java.io.InputStream is)
Loads from the stream. |
void |
save(java.io.OutputStream os)
Saves on the stream. |
| Method Detail |
save
public void save(java.io.OutputStream os) throws java.io.IOException
- Saves on the stream.
load
public void load(java.io.InputStream is) throws java.io.IOException
- Loads from the stream.
|
|||||||||
| Home >> All >> org >> metacosm >> framework >> [ persistence overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC