JDK-8067661: transferTo proposal for Appendable
Patrick Reinhart
patrick at reini.net
Tue Nov 14 16:59:26 UTC 2017
> Am 14.11.2017 um 16:33 schrieb Brian Burkhalter <brian.burkhalter at oracle.com>:
>
>
> On Nov 14, 2017, at 3:45 AM, Alan Bateman <Alan.Bateman at oracle.com <mailto:Alan.Bateman at oracle.com>> wrote:
>
>> - Readable "hence unspecified". In several other places, including InputStream.transferTo, we use "therefore unspecified" and it would be good to keep that consistent.
>
> Mea culpa on the “hence.”
So I will change „hence unspecified“ back to „therefore unspecified“ here..
>
>> - Readable "Depending on which class implements the appendable ...". What would you think about replacing this sentence with: "If the destination is capacity bounded and has insufficient capacity to append all characters read from the source then an exception will be thrown after transferring zero or some bytes to the destination".
>
> s/zero or some/zero or more/
>
And what should it be then here? I’m a bit confused now…
-Patrick
More information about the core-libs-dev
mailing list