1.

What do you mean by StreamReader/StreamWriter class in c#?

Answer»

StreamReader and STREAMWRITER are two different classes in namespace System.IO. Both of these classes are used when the user wants to READ or write charact90 and Reader-based data, respectively.

Members of StreamReader inlcude, CLOSE(), Read(), Readline().

Members of StreamWriter include, Close(), Write(), WRITELINE().



Discussion

No Comment Found