Script library CLASS: InputStream
CLASS: InputStream

Abstraction for reading from different sources.

Class Summary
Public FileInputStream
     InputStream that can read from a file on disk.
Public InputStream
     Base InputStream class.
Public LineInputStream
     InputStream that reads from another InputStream reading one line per call to ReadStream().
Public StringInputStream
     InputStream that wraps a String.