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