Package | Description |
---|---|
org.safs |
Modifier and Type | Method and Description |
---|---|
static int |
StringUtils.getFieldCount(java.lang.String input,
int startindex,
java.lang.String seps)
Purpose: Finds the count of all fields within the inputRecord found from startindex to the end of the inputRecord. |
java.lang.String |
TestRecordData.getInputRecordToken(int n)
Purpose: get the TestRecordData.inputRecord token, based on 'separator'
starting from 0. |
static java.lang.String |
StringUtils.getInputToken(java.lang.String input,
int n,
java.lang.String sep)
Purpose: get 0-based field N of input by tokenizing with sep. |
java.lang.String |
TestRecordData.getTrimmedUnquotedInputRecordToken(int n)
Purpose: This method takes the index 'n', retrieves the token from getInputRecordToken, trim() leading and trailing whitespace, and strips one leading and/or trailing quotation mark(#34)--if they exist. |
int |
TestRecordData.inputRecordSize()
Purpose: int, the number of tokens in the inputRecord (based on separator) Assumptions: don't pass along IndexOutOfBoundsException, that is caught and a length of zero is the correct size. |
Copyright © SAS Institute. All Rights Reserved.