Package org.archive.wayback.resourceindex.cdx

Examples of org.archive.wayback.resourceindex.cdx.CDXFormatToSearchResultAdapter


    chunkIndex = new FlatFile(chunkIndexPath);
  }
  protected CloseableIterator<CaptureSearchResult> adaptIterator(Iterator<String> itr)
  throws IOException {
    return new AdaptedIterator<String,CaptureSearchResult>(itr,
        new CDXFormatToSearchResultAdapter(format));
  }
View Full Code Here

TOP

Related Classes of org.archive.wayback.resourceindex.cdx.CDXFormatToSearchResultAdapter

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.