Package nl.knaw.dans.layerstore
Class DmfTarArchiveItemIterator
java.lang.Object
nl.knaw.dans.layerstore.DmfTarArchiveItemIterator
-
Constructor Summary
ConstructorsConstructorDescriptionDmfTarArchiveItemIterator
(String archiveName, DmfTarRunner dmfTarRunner) Creates a new iterator over the items in the given archive. -
Method Summary
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
-
Constructor Details
-
DmfTarArchiveItemIterator
Creates a new iterator over the items in the given archive.- Parameters:
archiveName
- the name of the archive to iterate over (only the filename, without the path)dmfTarRunner
- the DmfTarRunner to use for accessing the archive
-
-
Method Details