|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EncogPersistor
This interface defines an Encog Persistor. An Encog persistor will write an Encog object to an EG file.
| Method Summary | |
|---|---|
int |
getFileVersion()
|
String |
getPersistClassString()
|
Object |
read(InputStream is)
Read the object from an input stream. |
void |
save(OutputStream os,
Object obj)
Save the object. |
| Method Detail |
|---|
String getPersistClassString()
Object read(InputStream is)
is - The input stream.
void save(OutputStream os,
Object obj)
os - The output stream to save to.obj - The object to save.int getFileVersion()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||