Module kala.compress.base
Package kala.compress.archivers
Class ArchiveInputStream.ArchiveEntryIOIterator
java.lang.Object
kala.compress.archivers.ArchiveInputStream.ArchiveEntryIOIterator
- All Implemented Interfaces:
IOIterator<E>
- Enclosing class:
ArchiveInputStream<E extends ArchiveEntry>
An iterator over a collection of a specific
ArchiveEntry type.- Since:
- 1.27.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanhasNext()LikeIterator.hasNext().next()LikeIterator.next().Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface kala.compress.function.IOIterator
asIterator, forEachRemaining
-
Field Details
-
next
-
-
Constructor Details
-
ArchiveEntryIOIterator
ArchiveEntryIOIterator()
-
-
Method Details
-
hasNext
Description copied from interface:IOIteratorLikeIterator.hasNext().- Specified by:
hasNextin interfaceIOIterator<E extends ArchiveEntry>- Returns:
- See delegate.
- Throws:
IOException- if an I/O error occurs.
-
next
Description copied from interface:IOIteratorLikeIterator.next().- Specified by:
nextin interfaceIOIterator<E extends ArchiveEntry>- Returns:
- See delegate.
- Throws:
IOException- if an I/O error occurs.
-