Lecture overview -- Keyboard shortcut: 'u'  Previous page: BinaryWriter Members -- Keyboard shortcut: 'p'  Next page: Members in class BinaryReader  -- Keyboard shortcut: 'n'  Lecture notes - all slides and notes together  slide -- Keyboard shortcut: 't'  Textbook -- Keyboard shortcut: 'v'  Help page about these notes  Alphabetic index  Course home  Page 20 : 40
Object-oriented Programming in C#
Input and Output Classes
The class BinaryReader

Class BinaryReader allows us to read values of simple types in binary format

Symmetric to BinaryWriter

 

/user/normark/oop-csharp-1/sources/c-sharp/io/binary-writer-reader/read-prog.csUse of a BinaryReader to write the values written by means of the BinaryWriter.


/user/normark/oop-csharp-1/sources/c-sharp/io/binary-writer-reader/read-outputOutput from the BinaryReader program.