Closes a Stream object
CopyTo(deststream, numchars)
Copies a specified number of characters or bytes from one
Stream object to another Stream object
Flush(filename) Sends the contents of the Stream object
to the underlying object
LoadFromFile(filename) Loads the contents of a file
into a Stream object
Open(source, mode, openoptions, username, password)
Opens a Stream object from a URL or Record object
Read(numbytes) Reads a specified number of bytes from a
binary Stream object
ReadText(numchars) Reads a specified number of
characters from a text Stream object
SaveToFile(filename, saveoptions)
Saves the contents of a Stream object to a file
SetEOS Sets the value of the EOS property to the current
position
SkipLine Skips a line when reading a text stream
Write(buffer) Writes a specified number of bytes of
binary data to a Stream object
WriteText(data, options) Writes a specified text string
to a Stream object