public class BuffReaderFixedParser extends FixedLengthParser implements InterfaceBuffReaderParse
Modifier | Constructor and Description |
---|---|
|
BuffReaderFixedParser(File pzmapXML,
File dataSource) |
|
BuffReaderFixedParser(InputStream pzmapXMLStream,
InputStream dataSourceStream) |
|
BuffReaderFixedParser(Reader pzmapXML,
Reader dataSource) |
protected |
BuffReaderFixedParser(Reader dataSourceReader,
String dataDefinition) |
Modifier and Type | Method and Description |
---|---|
Row |
buildRow(DefaultDataSet ds)
Reads in the next record on the file and return a row
|
void |
close()
Closes out the file readers
|
protected DataSet |
doParse() |
protected void |
finalize() |
init
addError, addError, addToCloseReaderList, addToMetaData, closeReaders, getDataDefinition, getDataFileTable, getDataSourceReader, getDataStructureTable, getPzMetaData, initStreamOrSource, isAddSuffixToDuplicateColumnNames, isColumnNamesCaseSensitive, isFlagEmptyRows, isHandlingShortLines, isIgnoreExtraColumns, isIgnoreParseWarnings, isInitialised, isNullEmptyStrings, isPreserveLeadingWhitespace, isPreserveTrailingWhitespace, isStoreRawDataToDataError, isStoreRawDataToDataSet, parse, parseAsStream, setAddSuffixToDuplicateColumnNames, setColumnNamesCaseSensitive, setDataDefinition, setDataFileTable, setDataSourceReader, setDataStructureTable, setFlagEmptyRows, setHandlingShortLines, setIgnoreExtraColumns, setIgnoreParseWarnings, setInitialised, setNullEmptyStrings, setPreserveLeadingWhitespace, setPreserveTrailingWhitespace, setPzMetaData, setStoreRawDataToDataError, setStoreRawDataToDataSet, stream
public BuffReaderFixedParser(InputStream pzmapXMLStream, InputStream dataSourceStream)
pzmapXMLStream
- dataSourceStream
- public BuffReaderFixedParser(File pzmapXML, File dataSource)
pzmapXML
- dataSource
- public BuffReaderFixedParser(Reader pzmapXML, Reader dataSource)
pzmapXML
- dataSource
- protected DataSet doParse()
doParse
in class AbstractFixedLengthParser
public Row buildRow(DefaultDataSet ds)
buildRow
in interface InterfaceBuffReaderParse
ds
- public void close() throws IOException
close
in interface AutoCloseable
IOException
Copyright © 2006–2021 Appendium - Portfolio Financing Platform. All rights reserved.