StringCharBuffer currently implements bulk get methods with a manual loop. JDK-8343110 provides a method on CharSequence that can copy characters in batch into char arrays; we can use that to implement StringCharBuffer bulk get opertaions.
- relates to
-
JDK-5029431 (bf) Add absolute bulk put and get methods
-
- Resolved
-
-
JDK-8219014 (bf) Add absolute bulk put methods which accept a source Buffer
-
- Resolved
-