Reading Data from a File
2. Reader Streams
Answer:
Reader
Reader Streams
The diagram shows some of the classes in the Reader
hierarchy. Look at your Java documentation for details of these and other classes. You should not expect to remember everything in the java.io
package, but you should be familiar enough so that you can look in the documentation for what you need.
The Reader
hierarchy looks much like the Writer
hierarchy.
Question 2:
(Thought question: ) What two classes are used together for efficient input of characters from a file?