Class ArchiveInputStream.ArchiveEntryIOIterator

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private E next  
    • Constructor Detail

      • ArchiveEntryIOIterator

        ArchiveEntryIOIterator()
    • Method Detail

      • hasNext

        public boolean hasNext()
                        throws java.io.IOException
        Description copied from interface: IOIterator
        Like Iterator.hasNext().
        Specified by:
        hasNext in interface IOIterator<E extends ArchiveEntry>
        Returns:
        See delegate.
        Throws:
        java.io.IOException - if an I/O error occurs.
      • next

        public E next()
               throws java.io.IOException
        Description copied from interface: IOIterator
        Like Iterator.next().
        Specified by:
        next in interface IOIterator<E extends ArchiveEntry>
        Returns:
        See delegate.
        Throws:
        java.io.IOException - if an I/O error occurs.