IO Streams
IO Streams
• The above two are abstract classes which define several key
methods and most important are: read() and write()
• They are overridden by derived Stream classes
The character Stream classes:
• Character Streams are defined by using two hierarchies. At
the top are two abstract classes:
1. Reader and
2. Writer