namespace Stream

This is the core of the stream layer that provides the io operations for ferite scripts.

namespace contents
Classes
class StdioStream - Provides a standard io interface to a native OS stream. Use Sys.stdin(), Sys.stdout(), or Sys.stderr() to obtain objects of this type. Other functions are likely to return instances.
class Stream - Provides the mechanism for stream objects - it has a number of methods for use
class StringStream - Provides a way to access a string as if it were a stream
Variables
variable EndOfLine - The end of line delimeter, each new Stream object will use the current value of this variable as it's default line delimeter.
variable SEEK_CUR - The offset is set to current location plus offset bytes
variable SEEK_END - The offset is set to the size of the file plus offset bytes
variable SEEK_SET - The offset is set to offset bytes from the begining of the stream

Variables

string EndOfLine Click to go up to the list
The end of line delimeter, each new Stream object will use the current value of this variable as it's default line delimeter.

number SEEK_CUR Click to go up to the list
The offset is set to current location plus offset bytes

number SEEK_END Click to go up to the list
The offset is set to the size of the file plus offset bytes

number SEEK_SET Click to go up to the list
The offset is set to offset bytes from the begining of the stream

Automatically generated at 12:08PM, Wednesday 25 May 2005 by feritedoc.