5029431: (bf) Add absolute bulk put and get methods
Brian Burkhalter
brian.burkhalter at oracle.com
Thu Feb 14 15:48:49 UTC 2019
> On Feb 14, 2019, at 5:25 AM, Alan Bateman <Alan.Bateman at oracle.com> wrote:
>
> [ Still mulling on put(index, src, srcIndex, length), partly as it's not clear if put(index, src) should be added at the same time ]
The problem I have with put(index,src) is that this would imply updating the position of ‘src’ do we’d be mixing absolute and relative operations. It would also complicate the ‘src’ == ‘this’ situation.
Brian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.java.net/pipermail/nio-dev/attachments/20190214/e7579643/attachment.html>
More information about the nio-dev
mailing list