Class ArchiveInputStream.ArchiveEntryIOIterator
java.lang.Object
org.apache.commons.compress.archivers.ArchiveInputStream.ArchiveEntryIOIterator
- All Implemented Interfaces:
org.apache.commons.io.function.IOIterator<E>
- Enclosing class:
ArchiveInputStream<E extends ArchiveEntry>
class ArchiveInputStream.ArchiveEntryIOIterator
extends Object
implements org.apache.commons.io.function.IOIterator<E>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.commons.io.function.IOIterator
asIterator, forEachRemaining, remove
-
Field Details
-
next
-
-
Constructor Details
-
ArchiveEntryIOIterator
ArchiveEntryIOIterator()
-
-
Method Details
-
hasNext
- Specified by:
hasNext
in interfaceorg.apache.commons.io.function.IOIterator<E extends ArchiveEntry>
- Throws:
IOException
-
next
- Specified by:
next
in interfaceorg.apache.commons.io.function.IOIterator<E extends ArchiveEntry>
- Throws:
IOException
-
unwrap
Always returns null, this is a "native" IOIterator.- Specified by:
unwrap
in interfaceorg.apache.commons.io.function.IOIterator<E extends ArchiveEntry>
- Returns:
- null.
-