Class TgzArchiveWrapper.TgzEntryWrapper

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

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

    • TgzEntryWrapper

      public TgzEntryWrapper(org.apache.commons.compress.archivers.tar.TarArchiveEntry entry)
      This is the constructor for ZipEntry.
      Parameters:
      entry - the wrapped entry
  • Method Details