public class StreamingRecord extends Object implements StreamingDataSet
| Constructor and Description |
|---|
StreamingRecord(DataSet dataSet) |
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCount()
Returns total number of records which contained a parse error in the
file.
|
List<DataError> |
getErrors()
Returns A Collection Of DataErrors that happened during processing
|
Optional<Record> |
getRecord() |
boolean |
next()
Returns true if it has one more record.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitparallelStream, spliterator, streampublic StreamingRecord(DataSet dataSet)
public Optional<Record> getRecord()
getRecord in interface RecordDataSetpublic boolean next()
RecordDataSetnext in interface RecordDataSetpublic int getErrorCount()
RecordDataSetgetErrorCount in interface RecordDataSetpublic List<DataError> getErrors()
RecordDataSetgetErrors in interface RecordDataSetCopyright © 2006–2021 Appendium - Portfolio Financing Platform. All rights reserved.