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 together  Annotated slide -- Keyboard shortcut: 't'  Textbook -- Keyboard shortcut: 'v'  Alphabetic index  Help page about these notes  Course home    Input and Output Classes - slide 20 : 40

The class BinaryReader

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

Symmetric to BinaryWriter

read-prog.cs
Use of a BinaryReader to write the values written by means of the BinaryWriter.
read-output
Output from the BinaryReader program.