On Wed, 11 May 2022 20:47:52 GMT, Brian Burkhalter <b...@openjdk.org> wrote:

> Modify the specification of `SequenceInputStream.read(byte[],int,int)` to 
> indicate that `-1` is returned at the EOF of the last stream even if `len` is 
> zero.

This pull request has now been integrated.

Changeset: dbd37370
Author:    Brian Burkhalter <b...@openjdk.org>
URL:       
https://git.openjdk.java.net/jdk/commit/dbd3737085d6e343a286f14556b9f49d71b4f959
Stats:     9 lines in 1 file changed: 3 ins; 0 del; 6 mod

8286200: SequenceInputStream::read(b, off, 0) returns -1 at EOF

Reviewed-by: rriggs

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

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

Reply via email to