public class JarResourceEntry extends AbstractJarEntry
name, time| Constructor and Description |
|---|
JarResourceEntry(String name,
long time,
byte[] contents) |
| Modifier and Type | Method and Description |
|---|---|
JarResourceEntry |
accept(JarEntryTransformer vistor)
Processes the jar entry with the given transformer.
|
byte[] |
getContents()
Gets the contents of the jar entry.
|
String |
getExtension()
Gets the extension of the jar entry.
|
getName, getPackage, getSimpleName, getTime, writepublic JarResourceEntry(String name, long time, byte[] contents)
public final String getExtension()
AbstractJarEntrygetExtension in class AbstractJarEntrypublic final byte[] getContents()
AbstractJarEntrygetContents in class AbstractJarEntrypublic final JarResourceEntry accept(JarEntryTransformer vistor)
AbstractJarEntryaccept in class AbstractJarEntryvistor - The transformer