public class NestedJarFileModule extends AbstractNestedJarFileModule
| Constructor and Description |
|---|
NestedJarFileModule(JarFileModule parent,
java.util.zip.ZipEntry entry) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.io.InputStream |
getNestedContents() |
int |
hashCode() |
java.lang.String |
toString() |
getEntries, getEntrySize, getInputStreampublic NestedJarFileModule(JarFileModule parent, java.util.zip.ZipEntry entry)
public java.io.InputStream getNestedContents()
getNestedContents in class AbstractNestedJarFileModulepublic java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object