}
public void process(File file, LongRange intRange) throws Exception {
log.info("Processing file " + intRange);
LineIterator lineIterator;
if (requiresRandomAccess()) {
LineIndex li = lineIndexFactory.buildLineIndex(file, format);
if (showRequests) {
RequestIndex requestIndex = format.getRequestIndex(li);