org.encog.app.analyst.script
Class ScriptSave
java.lang.Object
org.encog.app.analyst.script.ScriptSave
public class ScriptSave
- extends Object
Used to save an Encog Analyst script.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScriptSave
public ScriptSave(AnalystScript theScript)
- Construct the script.
- Parameters:
theScript
- The script to save.
save
public void save(OutputStream stream)
- Save the script to a stream.
- Parameters:
stream
- The output stream.
Copyright © 2014. All Rights Reserved.