RFR: 8356420: Provide examples on wrapping System.in [v3]
Alan Bateman
alanb at openjdk.org
Sun May 11 16:48:52 UTC 2025
On Sun, 11 May 2025 15:15:17 GMT, Chen Liang <liach at 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
More information about the core-libs-dev
mailing list