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 |
---|---|
java.lang.Float |
getFloat(FlatFileParser.Data data)
Get the value for the line of data as a float.
|
java.lang.Integer |
getInt(FlatFileParser.Data data)
Get the value for the line of data as an integer.
|
java.lang.String |
getValue(FlatFileParser.Data data)
Get the value for the line of data.
|
java.lang.String getValue(FlatFileParser.Data data)
data
- The line of datajava.lang.Integer getInt(FlatFileParser.Data data)
data
- The line of datajava.lang.NumberFormatException
- If the value can't be parsed as an integerjava.lang.Float getFloat(FlatFileParser.Data data)
data
- The line of datajava.lang.NumberFormatException
- If the value can't be parsed as a float