public class

GenericZipEntry

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

Class Overview

A read-only, generic view of a Zip entry.

Summary

Public Methods
String getComment()
long getCompressedSize()
long getCrc()
byte[] getExtra()
T getInternalEntry()
int getMethod()
String getName()
Retrieve the full entry name, e.g.
String getSimpleName()
Retrieve the simple entry name, e.g.
long getSize()
long getTime()
boolean isDirectory()
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public String getComment ()

public long getCompressedSize ()

public long getCrc ()

public byte[] getExtra ()

public T getInternalEntry ()

public int getMethod ()

public String getName ()

Retrieve the full entry name, e.g. abc/def/file.txt

public String getSimpleName ()

Retrieve the simple entry name, e.g. file.txt for an entry abc/def/file.txt

public long getSize ()

public long getTime ()

public boolean isDirectory ()