Interface ChangeSetPerformer.ArchiveEntryIterator<E extends ArchiveEntry>

    • Method Detail

      • getInputStream

        java.io.InputStream getInputStream()
                                    throws java.io.IOException
        Throws:
        java.io.IOException
      • hasNext

        boolean hasNext()
                 throws java.io.IOException
        Throws:
        java.io.IOException
      • next

        E next()