SetShortArrayRegion method

void SetShortArrayRegion(
  1. JShortArrayPtr array,
  2. int start,
  3. int len,
  4. Pointer<JShortMarker> buf,
)

Implementation

void SetShortArrayRegion(JShortArrayPtr array, int start, int len,
        ffi.Pointer<JShortMarker> buf) =>
    _SetShortArrayRegion(array, start, len, buf).check();