public class ScriptSave
extends java.lang.Object
| Constructor and Description |
|---|
ScriptSave(AnalystScript theScript)
Construct the script.
|
| Modifier and Type | Method and Description |
|---|---|
void |
save(java.io.OutputStream stream)
Save the script to a stream.
|
public ScriptSave(AnalystScript theScript)
theScript - The script to save.