TextInputStream Class Reference


TextInputStream class is an instance returned by the FolderItem:TextInputStreamOpen method. Please take a look at the examples section for more details.
Method Description
Read Returns first Count characters from the TextInputStream (Count is the passed parameter).
LastErrorCode Reports the last file I/O error.
ReadAll Returns all of the text (as a string) from the TextInputStream.
ReadLine Returns the next line of text (as a string) from the TextInputstream.
Close Closes the file.
EOF Returns True when the read reaches the end of the stream.