On Sun, 11 May 2025 15:15:17 GMT, Chen Liang <li...@openjdk.org> wrote:
> 1. FileDescriptor.in: Unfortunately FileInputStream(FileDescriptor) has no > overload that supports custom charsets. We should probably document both on > this FD and that constructor. FYI, FileInputStream is an InputStream so reading bytes, not chars, and should not say anything about Chrasets. ------------- PR Comment: https://git.openjdk.org/jdk/pull/25155#issuecomment-2869974486