|
Textreader and TextWriter are the another way to read and write file respectively, even though these are not stream classes. The StreamReader and StreamWriter classes are derived from TextReader and TextWriter classes respectively.
VB.NET Source Code
When you execute this program the TextReader read the file line by line.
|