|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Persister
Created on 2005-03-30
| Method Summary | |
|---|---|
PerspectiveModel |
load(InputStream is)
Deserializes PerspectiveInfo from the supplied data stream. |
boolean |
store(OutputStream os,
PerspectiveModel perspectiveInfo)
Serializes PerspectiveInfo to the supplied data stream. |
| Method Detail |
|---|
boolean store(OutputStream os,
PerspectiveModel perspectiveInfo)
throws IOException,
PersistenceException
PerspectiveInfo to the supplied data stream.
os - OutputStream to persist perspectiveInfo to.perspectiveInfo - data object to be persisted
true when there was no problem with persisting the perspectiveInfo object.
IOException - in case of input/output problem.
PersistenceException
PerspectiveModel load(InputStream is)
throws IOException,
PersistenceException
PerspectiveInfo from the supplied data stream.
is - InputStream to load perspectiveInfo from.
true when there was no problem with persisting the perspectiveInfo object.
IOException - in case of input/output problem.
PersistenceException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||