RFR: 4860681: (bf) Add CharBuffer absolute bulk put method for CharSequence
Brian Burkhalter
bpb at openjdk.org
Thu Jul 13 15:24:47 UTC 2023
On Mon, 1 May 2023 20:15:10 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:
> Add to `java.nio.CharBuffer` an absolute bulk put method which takes a `CharSequence` as its source of `char`s.
Faster implementations for direct and heap buffers will be added.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/13744#issuecomment-1634436809
More information about the nio-dev
mailing list