| TABLE 2: The TextStream Object's Methods |
| Method |
Description |
| Close |
Closes the TextStream object |
| Read |
Reads the specified number of characters |
| ReadAll |
Reads all of a file's content |
| ReadLine |
Reads the content from the file pointer's current position up to the next new line |
| Skip |
Skips the specified number of characters |
| SkipLine |
Jumps to the beginning of the next line |
| Write |
Writes the specified string |
| WriteBlankLines |
Writes the specified number of new-line characters |
| WriteLine |
Writes the specified string plus a new-line character |