RFR: 4860681: (bf) Add CharBuffer absolute bulk put method for CharSequence
Brian Burkhalter
bpb at openjdk.org
Thu Jul 13 15:18:24 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.
This pull request is initially created as a draft. Once there is consensus on the specification of the method, the draft will be marked as ready for review, labelled as requiring a CSR, and heap and direct implementations will be added along with test code.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/13744#issuecomment-1530166801
More information about the nio-dev
mailing list