Would it make sense to add a new constructor to java.io.SequenceInputStream?
Jaikiran Pai
jai.forums2013 at gmail.com
Thu Oct 17 04:53:40 UTC 2024
Hello David,
There's an enhancement request for this here
https://bugs.openjdk.org/browse/JDK-8305947
-Jaikiran
On 17/10/24 9:17 am, David Alayachew wrote:
> Hello Core Libs Dev Team,
>
> Currently, java.io.SequenceInputStream only has 2 constructors -- one
> that takes in 2 instances of InputStream, and another that takes in an
> Enumeration of type InputStream.
>
> Would it make sense to add a third constructor that takes in multiple
> instances of InputStream? I don't know if a list, an array, varargs,
> etc makes more sense. But I would think a 3rd constructor would
> improve this API.
>
> Thank you for your time and help.
> David Alayachew
More information about the core-libs-dev
mailing list