created: 06/07/00; revised 06/09/03
An input stream can be connected to a
text file.
With character-oriented input streams,
characters
are automatically translated from the external
(disk file) format to
the internal (Java char
) format.
What is the ancestor class of all character-oriented input streams?