Class GenericZipEntry<T extends ZipEntry>

java.lang.Object
com.pnfsoftware.jeb.util.encoding.zip.GenericZipEntry<T>

public class GenericZipEntry<T extends ZipEntry> extends Object
A read-only, generic view of a Zip entry.
  • Method Details

    • getInternalEntry

      public T getInternalEntry()
    • getName

      public String getName()
      Retrieve the full entry name, e.g. abc/def/file.txt
      Returns:
    • getSimpleName

      public String getSimpleName()
      Retrieve the simple entry name, e.g. file.txt for an entry abc/def/file.txt
      Returns:
    • getTime

      public long getTime()
    • getSize

      public long getSize()
    • getCompressedSize

      public long getCompressedSize()
    • getCrc

      public long getCrc()
    • getMethod

      public int getMethod()
    • getExtra

      public byte[] getExtra()
    • getComment

      public String getComment()
    • isDirectory

      public boolean isDirectory()