| java.lang.Object org.ofbiz.datafile.RecordIterator
RecordIterator | public class RecordIterator (Code) | | Record Iterator for reading large files
author: David E. Jones version: $Revision: 1.2 $ since: 3.0 |
closed | protected boolean closed(Code) | | |
nextLineNum | protected int nextLineNum(Code) | | |
findModelForLine | protected static ModelRecord findModelForLine(String line, int lineNum, ModelDataFile modelDataFile) throws DataFileException(Code) | | Searches through the record models to find one with a matching type-code, if no type-code exists that model will always be used if it gets to it
Parameters: line - Parameters: lineNum - Parameters: modelDataFile - throws: DataFileException - Exception thown for various errors, generally has a nested exception |
getCurrentLineNumber | public int getCurrentLineNumber()(Code) | | |
hasNext | public boolean hasNext()(Code) | | |
|
|