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