Class SafeWarcRecordIterator

java.lang.Object
com.github.bottomlessarchive.warc.service.SafeWarcRecordIterator
All Implemented Interfaces:
java.util.Iterator<WarcRecord>

public class SafeWarcRecordIterator
extends java.lang.Object
implements java.util.Iterator<WarcRecord>
  • Constructor Summary

    Constructors 
    Constructor Description
    SafeWarcRecordIterator()  
  • Method Summary

    Modifier and Type Method Description
    boolean hasNext()  
    WarcRecord next()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface java.util.Iterator

    forEachRemaining, remove