public interface RecordDataSet
| 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. 
 | 
boolean next()
List<DataError> getErrors()
int getErrorCount()
Copyright © 2006–2021 Appendium - Portfolio Financing Platform. All rights reserved.