public interface Mapper
\1\ \row\ Row: \row\, Col:\col\ =2 * col('Radius')The actual syntax for the mapping string depends on the parser used.
FlatFileParser.getMapper(String)
Modifier and Type | Method and Description |
---|---|
Float |
getFloat(FlatFileParser.Data data)
Get the value for the line of data as a float.
|
Integer |
getInt(FlatFileParser.Data data)
Get the value for the line of data as an integer.
|
String |
getValue(FlatFileParser.Data data)
Get the value for the line of data.
|
String getValue(FlatFileParser.Data data)
data
- The line of dataInteger getInt(FlatFileParser.Data data)
data
- The line of dataNumberFormatException
- If the value can't be parsed as an integerFloat getFloat(FlatFileParser.Data data)
data
- The line of dataNumberFormatException
- If the value can't be parsed as a float