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. |