The JavaDoc for InputStreamReader(InputStream, Charset) and read(char[], int, int) have mismatches between the actual parameter names and the @param tags. The class description JavaDoc uses "</code>charset<code>" instead of "<code>charset</code>". These should be fixed.