public abstract class EntryImpl extends java.lang.Object implements Transformer.Entry
| Modifier and Type | Class and Description |
|---|---|
static class |
EntryImpl.ClassEntry |
static class |
EntryImpl.JavadoctorEntry |
static class |
EntryImpl.ManifestEntry |
static class |
EntryImpl.ResourceEntry |
STABLE_TIMESTAMP| Modifier | Constructor and Description |
|---|---|
protected |
EntryImpl(java.lang.String name,
long time,
byte[] data) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getData()
Returns the bytes associated with this entry.
|
java.lang.String |
getName()
Returns the full name of this entry, including folders and file extension,
relative to the root of the JAR file.
|
long |
getTime()
Returns the last modification time of this entry.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprocesspublic java.lang.String getName()
Transformer.EntrygetName in interface Transformer.EntryZipEntry.getName()public long getTime()
Transformer.EntrygetTime in interface Transformer.EntryZipEntry.getTime()public byte[] getData()
Transformer.EntrygetData in interface Transformer.Entry