In.NET, the byte streams include the Stream, FileStream, MemoryStream, and BufferedStream classes. The.NET character streams include TextReader, TextWriter, StreamReader, and StreamWriter. Buffers are used in conjunction with streams to make it easier for programs to read and write data efficiently.

5m read timeFrom infoworld.com
Post cover image
Table of contents
Create a console application project in Visual StudioWhat is a buffer?Use the BufferedStream class in C#Using the MemoryStream class in C#
1 Comment

Sort: