public class JarClassEntry extends AbstractJarEntry
name, time| Constructor and Description |
|---|
JarClassEntry(String name,
long time,
byte[] contents) |
| Modifier and Type | Method and Description |
|---|---|
JarClassEntry |
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 JarClassEntry(String name, long time, byte[] contents)
public final String getExtension()
AbstractJarEntrygetExtension in class AbstractJarEntrypublic final byte[] getContents()
AbstractJarEntrygetContents in class AbstractJarEntrypublic final JarClassEntry accept(JarEntryTransformer vistor)
AbstractJarEntryaccept in class AbstractJarEntryvistor - The transformer