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
IOExceptionpublic InputStream getInputStream(String name)
protected long getEntrySize(String name)
public Iterator<ModuleEntry> getEntries()
getEntries in interface ModuleCopyright © 2015. All rights reserved.