Modifier and Type | Optional Element and Description |
---|---|
String |
arrayLengthParameter
Limits copying only to many of the elements given by the
arrayLengthParameter
parameter. |
String |
arrayOffsetParameter
Copy only a part of the array starting at the offset given by the
arrayOffsetParameter method parameter. |
public abstract String arrayOffsetParameter
arrayOffsetParameter
method parameter. By default, the whole array is copied. The
arrayOffsetParameter
can be used to improve the performance and copy only a part of
the array over the boundary.public abstract String arrayLengthParameter
arrayLengthParameter
parameter. By default, the whole array is copied. The arrayLengthParameter
can be
used to improve the performance and copy only a part of the array over the boundary.