Class AbstractAdapter

    • Constructor Detail

      • AbstractAdapter

        public AbstractAdapter()
    • Method Detail

      • onAllEntries

        public void onAllEntries​(ArchiveAdapter.EntryTask task,
                                 java.util.logging.Logger logger)
                          throws java.io.IOException
        Description copied from interface: ArchiveAdapter
        perform a task on each archive entry
        Specified by:
        onAllEntries in interface ArchiveAdapter
        Parameters:
        task - the task to perform
        logger - for any logging activity
        Throws:
        java.io.IOException - can be generated while reading the archive entries