1 | Java 1.1 introduced Reader and Writer classes for character streams, which are used to read/write text files. |
2 |
To construct a character output stream, for example:
|
3 |
The OutputStreamWriter constructor takes a byte stream and converts it to a character stream. As a shortcut, use
|