org.encog.persist
public interface EncogPersistor
| 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.
|
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()
Copyright © 2014. All Rights Reserved.