| Classes |
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. |
Stream - Provides the mechanism for stream objects - it has a number of methods for use |
StringStream - Provides a way to access a string as if it were a stream |
| Variables |
EndOfLine - The end of line delimeter, each new Stream object will use the current value of this variable as it's default line delimeter. |
SEEK_CUR - The offset is set to current location plus offset bytes |
SEEK_END - The offset is set to the size of the file plus offset bytes |
SEEK_SET - The offset is set to offset bytes from the begining of the stream |