The BinaryReader and BinaryWriter classes are used for reading from and writing to s binary file.
The BinaryReader class:
The BinaryReader classes is used to read Binary data from a file. A BinaryReader...
C# READING AND WRITING TO TEXT FILES :
the StreamReader and StreamWriter Classes are used for reading from and writing data to text files. these classes inherit from the base class stream , which...