Name: krC82822 Date: 10/15/2000
Its a documentation error.
The JavaDocs for the read( char[] ) method in the java.io.Reader class says
that it returns the number of bytes read. That should be the number of
characters read. The other read method that adds the offest and length says it
returns the number of characters and that is what the first function calls.
(Review ID: 110517)
======================================================================