RFR: 8191441: (Process) add Readers and Writer access to java.lang.Process streams [v7]

Naoto Sato naoto at openjdk.java.net
Wed Jun 2 16:41:31 UTC 2021


On Wed, 2 Jun 2021 15:00:56 GMT, Roger Riggs <rriggs at 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.
>
> Roger Riggs has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Editorial improvements in outputWriter and inputReader.

Marked as reviewed by naoto (Reviewer).

-------------

PR: https://git.openjdk.java.net/jdk/pull/4134


More information about the core-libs-dev mailing list