The first character to be copied is at index startOffset; the last character to be copied is at index endOffset-1 (thus the total number of characters to be copied is endOffset-startOffset).
@param aString the source String
@param startOffset index of the first character in the stringto copy.
@param endOffset index after the last character in the stringto copy.
@exception StringIndexOutOfBoundsException If srcBegin orsrcEnd is out of range, or if srcBegin is greater than the srcEnd.
@aribaapi documented
| |
| |
| |
| |