Name: dfC67450 Date: 08/09/99
Javadoc says about java.io.Reader.read():
...
returns:
The character read, as an integer in the range 0 to 16383 (0x00-0xffff),
or -1 if the end of the stream has been reached
...
Ranges 0-16383 and 0x00-0xFFFF are non equal.
======================================================================
- duplicates
-
JDK-4037776 (docs) java.io.Reader.read: Range incorrect
-
- Closed
-