public static class EntryImpl.ResourceEntry extends EntryImpl implements Transformer.ResourceEntry
EntryImpl.ClassEntry, EntryImpl.JavadoctorEntry, EntryImpl.ManifestEntry, EntryImpl.ResourceEntrySTABLE_TIMESTAMP| Constructor and Description |
|---|
ResourceEntry(java.lang.String name,
long time,
byte[] data) |
| Modifier and Type | Method and Description |
|---|---|
Transformer.ResourceEntry |
process(Transformer transformer)
Runs the provided transformer over this entry and returns the transformed entry.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreategetData, getName, getTimepublic ResourceEntry(java.lang.String name,
long time,
byte[] data)
public Transformer.ResourceEntry process(Transformer transformer)
Transformer.Entryprocess in interface Transformer.Entrytransformer - the transformer to run