- source
- Documentation for this section has not yet been entered.
- start
- Documentation for this section has not yet been entered.
- end
- Documentation for this section has not yet been entered.
- kind
- Documentation for this section has not yet been entered.
- dest
- Documentation for this section has not yet been entered.
- destoff
- Documentation for this section has not yet been entered.
Type Reason Java.Lang.IndexOutOfBoundsException if any of the copied spans are out of range in dest.
Copies the spans from the region start...end in source to the region destoff...destoff+end-start in dest. Spans in source that begin before start or end after end but overlap this range are trimmed as if they began at start or ended at end.