Close | Close a text stream |
Read | Read a specific number of characters into a string |
ReadAll | Read the entire stream into a string |
ReadLine | Read an entire line into a string |
Skip | Skip a specific number of characters |
SkipLine | Skip a line |
Write | Write a string to the stream |
WriteBlankLines | Write a number of blank lines to the stream |
WriteLine | Write a string and an end of line to the stream |