Class ZipUtil.SingleZipEntryCallback

java.lang.Object
org.zeroturnaround.zip.ZipUtil.SingleZipEntryCallback
All Implemented Interfaces:
ZipEntryCallback
Enclosing class:
ZipUtil

private static class ZipUtil.SingleZipEntryCallback extends Object implements ZipEntryCallback
ZipEntryCallback which is only applied to single entry.
  • Field Details

    • name

      private final String name
    • action

      private final ZipEntryCallback action
    • found

      private boolean found
  • Constructor Details

  • Method Details