public class RegexParser<T extends RegexParserFactory> extends VariableFieldRecordParser<T>
Constructor and Description |
---|
RegexParser() |
Modifier and Type | Method and Description |
---|---|
List<String> |
nextRecordFieldValues()
Parse the next record from the flat file input stream and produce the set
of record field values.
|
void |
setDataSource(InputSource source)
Set the Flat File data source on the parser.
|
getFactory, getRecordCount, getUnignoredFieldCount, initialize, nextRecord, setRecordParserFactory, uninitialize, validateHeader
public void setDataSource(InputSource source)
RecordParser
source
- The flat file data source.public List<String> nextRecordFieldValues() throws IOException
VariableFieldRecordParser
nextRecordFieldValues
in class VariableFieldRecordParser<T extends RegexParserFactory>
IOException
- Error reading message stream.Copyright © 2020. All rights reserved.