RFR: 8191441: (Process) add Readers and Writer access to java.lang.Process streams [v5]
Roger Riggs
rriggs at openjdk.java.net
Tue Jun 1 17:35:49 UTC 2021
> 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:
Clarified use of native.encoding property and
api notes about useing both writers and streams
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/4134/files
- new: https://git.openjdk.java.net/jdk/pull/4134/files/a5ed7b73..37bfa009
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=4134&range=04
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=4134&range=03-04
Stats: 74 lines in 1 file changed: 12 ins; 28 del; 34 mod
Patch: https://git.openjdk.java.net/jdk/pull/4134.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/4134/head:pull/4134
PR: https://git.openjdk.java.net/jdk/pull/4134
More information about the core-libs-dev
mailing list