TextStream Object Members
Public Methods
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 |
Public Properties
AtEndOfLine | Is the current position at the end of a line? |
AtEndOfStream | Is the current position at the end of the stream? |
Column | Current column number |
Line | Current line number |
See Also