Interface ZipInfoCallback

All Known Implementing Classes:
ZipEntryOrInfoAdapter

public interface ZipInfoCallback
Call-back for traversing ZIP entries without their contents.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    process(ZipEntry zipEntry)
    Invoked for each entry in a ZIP file.
  • Method Details

    • process

      void process(ZipEntry zipEntry) throws IOException
      Invoked for each entry in a ZIP file.
      Parameters:
      zipEntry - ZIP entry.
      Throws:
      IOException - when any processing exception occurs