public class PersistCPN extends java.lang.Object implements EncogPersistor
| Constructor and Description |
|---|
PersistCPN() |
| Modifier and Type | Method and Description |
|---|---|
int |
getFileVersion() |
java.lang.String |
getPersistClassString() |
java.lang.Object |
read(java.io.InputStream is)
Read the object from an input stream.
|
void |
save(java.io.OutputStream os,
java.lang.Object obj)
Save the object.
|
public int getFileVersion()
getFileVersion in interface EncogPersistorpublic java.lang.String getPersistClassString()
getPersistClassString in interface EncogPersistorpublic java.lang.Object read(java.io.InputStream is)
read in interface EncogPersistoris - The input stream.public void save(java.io.OutputStream os,
java.lang.Object obj)
save in interface EncogPersistoros - The output stream to save to.obj - The object to save.