Class ScriptableInputStream

java.lang.Object
java.io.InputStream
java.io.ObjectInputStream
org.mozilla.javascript.serialize.ScriptableInputStream
All Implemented Interfaces:
Closeable, DataInput, ObjectInput, ObjectStreamConstants, AutoCloseable

public class ScriptableInputStream extends ObjectInputStream
Class ScriptableInputStream is used to read in a JavaScript object or function previously serialized with a ScriptableOutputStream. References to names in the exclusion list replaced with references to the top-level scope specified during creation of the ScriptableInputStream.
Author:
Norris Boyd