Class ZipArchiveWrapper.ZipEntryWrapper

java.lang.Object
org.ctan.site.services.upload.util.archive.ZipArchiveWrapper.ZipEntryWrapper
All Implemented Interfaces:
Archive.Entry
Enclosing class:
ZipArchiveWrapper

public static class ZipArchiveWrapper.ZipEntryWrapper extends Object implements Archive.Entry
The class ZipEntryWrapper contains the wrapper for an entry.
  • Constructor Details

    • ZipEntryWrapper

      public ZipEntryWrapper(ZipEntry entry)
      This is the constructor for ZipEntry.
      Parameters:
      entry - the entry
  • Method Details