-
Enhancement
-
Resolution: Fixed
-
P3
-
None
-
repo-panama
Array in general need a way to copy a subset of elements, currently j.f.m.Array only provided an assign method, which is inconsistent and limited.
Case in point, native code use null-terminate string quite often, to convert such data between j.l.String, byte[] or even short[] as UTF-16 wide characters with native buffers, developer has to jump a few hoops to get desired data.
Case in point, native code use null-terminate string quite often, to convert such data between j.l.String, byte[] or even short[] as UTF-16 wide characters with native buffers, developer has to jump a few hoops to get desired data.