On Thu, 20 May 2021 19:57:22 GMT, Roger Riggs <rri...@openjdk.org> wrote:
> Methods are added to java.lang.Process to read and write characters and lines > from and to a spawned Process. > The Charset used to encode and decode characters to bytes can be specified or > use the > operating system native encoding as is available from the "native.encoding" > system property. This pull request has now been integrated. Changeset: 81600dce Author: Roger Riggs <rri...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/81600dce24903cbd3476830e302c9f182c85efb3 Stats: 676 lines in 2 files changed: 668 ins; 0 del; 8 mod 8191441: (Process) add Readers and Writer access to java.lang.Process streams Reviewed-by: naoto, alanb ------------- PR: https://git.openjdk.java.net/jdk/pull/4134