public abstract class AbstractNestedJarFileModule extends java.lang.Object implements Module
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractNestedJarFileModule(Module container) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<ModuleEntry> |
getEntries() |
protected long |
getEntrySize(java.lang.String name) |
java.io.InputStream |
getInputStream(java.lang.String name) |
protected abstract java.io.InputStream |
getNestedContents() |
protected AbstractNestedJarFileModule(Module container)
protected abstract java.io.InputStream getNestedContents()
throws java.io.IOException
java.io.IOExceptionpublic java.io.InputStream getInputStream(java.lang.String name)
protected long getEntrySize(java.lang.String name)
public java.util.Iterator<ModuleEntry> getEntries()
getEntries in interface Module