Lecture overview -- Keyboard shortcut: 'u'  Previous page: More FileStream Examples -- Keyboard shortcut: 'p'  Next page: The class Encoding -- 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 9 : 40

Readers and Writers in C#
On top of the stream classes, C# offers a number of specific adapter classes that support reading and writing at a higher level of abstraction
Input Output
Text TextReader
    StreamReader
    StringReader
TextWriter
    StreamWriter
    StringWriter
Binary BinaryReader BinaryWriter