|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcreek.cke.document.SerializeFormat
Implements the CreekFormat interface to support Serialization
Constructor Summary | |
SerializeFormat()
|
Method Summary | |
boolean |
read(java.io.FileInputStream fis,
Graph grp,
java.lang.StringBuffer title)
Read the given input file and fill in the given Graph. |
boolean |
write(java.io.FileOutputStream fos,
Graph graph,
java.lang.String title)
Writes the Knowledge Model and the graph to the given output stream. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SerializeFormat()
Method Detail |
public boolean read(java.io.FileInputStream fis, Graph grp, java.lang.StringBuffer title)
CreekFormat
read
in interface CreekFormat
fis
- input stream to read from
public boolean write(java.io.FileOutputStream fos, Graph graph, java.lang.String title)
write
in interface CreekFormat
fos
- output stream to write to
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |