private class JarArchive.JarIterator.ClassEntry extends java.lang.Object implements Archive.Entry
Modifier and Type | Field and Description |
---|---|
private java.util.jar.JarEntry |
entry |
private java.lang.String |
name |
Modifier | Constructor and Description |
---|---|
private |
ClassEntry(java.util.jar.JarEntry entry,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
java.io.InputStream |
getBytecode() |
java.lang.String |
getName() |
private final java.lang.String name
private final java.util.jar.JarEntry entry
private ClassEntry(java.util.jar.JarEntry entry, java.lang.String name)
public java.lang.String getName()
getName
in interface Archive.Entry
public java.io.InputStream getBytecode() throws java.io.IOException
getBytecode
in interface Archive.Entry
java.io.IOException