For buffered text output, use the character stream:
|
Similarly, for buffered text input, use:
|
Optionally use the subclasses FileWriter and FileReader for brevity (as in the previous foil). |
Note that the BufferedReader class has a handy readLine() method for sequential text input. |