Reader/Writer
•
Used to read and write text.
•
They are very nice because they handle
unicode character conversion for you.
•
Methods provided:
–
int read()
–
int read(char[] buf)
–
int read(char[] buf, int offset, int len)