org.encog.ca.universe.basic
public class PersistBasicUniverse extends Object implements EncogPersistor
| Constructor and Description |
|---|
PersistBasicUniverse() |
| Modifier and Type | Method and Description |
|---|---|
int |
getFileVersion() |
String |
getPersistClassString() |
Object |
read(InputStream is)
Read the object from an input stream.
|
void |
save(OutputStream os,
Object obj)
Save the object.
|
public String getPersistClassString()
getPersistClassString in interface EncogPersistorpublic Object read(InputStream is)
EncogPersistorread in interface EncogPersistoris - The input stream.public void save(OutputStream os, Object obj)
EncogPersistorsave in interface EncogPersistoros - The output stream to save to.obj - The object to save.public int getFileVersion()
getFileVersion in interface EncogPersistorCopyright © 2014. All Rights Reserved.