104105106107108109110111
public FlowRecordIterator getRecordIterator(FlowRecordPool pool) throws FlowSourceException { try { return ftInput.getRecordIterator(getRecordProcessor(pool), getDataOffset()); } catch (IOException ex) { throw new FlowSourceException(ex); } }