Lecture overview -- Keyboard shortcut: 'u'  Previous page: Streams [Section] -- Keyboard shortcut: 'p'  Next page: The abstract class Stream in C#  -- 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 2 : 40

The Stream Concept

A stream is a flow of data from a program to a backing store, or from a backing store to a program

The program can either write to a stream, or read from a stream.