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 Details

  • Constructor Details

    • ArchiveEntryIOIterator

      ArchiveEntryIOIterator()
  • Method Details

    • hasNext

      public boolean hasNext() throws IOException
      Specified by:
      hasNext in interface org.apache.commons.io.function.IOIterator<E extends ArchiveEntry>
      Throws:
      IOException
    • next

      public E next() throws IOException
      Specified by:
      next in interface org.apache.commons.io.function.IOIterator<E extends ArchiveEntry>
      Throws:
      IOException
    • unwrap

      public Iterator<E> unwrap()
      Always returns null, this is a "native" IOIterator.
      Specified by:
      unwrap in interface org.apache.commons.io.function.IOIterator<E extends ArchiveEntry>
      Returns:
      null.