Class SafeWarcRecordIterator

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

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

    Constructors 
    Constructor Description
    SafeWarcRecordIterator()  
  • Method Summary

    Modifier and Type Method Description
    boolean hasNext()  
    WarcRecord<WarcContentBlock> 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