Class AbstractNestedJarFileModule
java.lang.Object
com.ibm.wala.classLoader.AbstractNestedJarFileModule
- All Implemented Interfaces:
Module
- Direct Known Subclasses:
NestedJarFileModule
,ResourceJarFileModule
A Jar file nested in a parent jar file
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected long
getEntrySize
(String name) getInputStream
(String name) protected abstract InputStream
-
Constructor Details
-
AbstractNestedJarFileModule
-
-
Method Details
-
getNestedContents
- Throws:
IOException
-
getInputStream
-
getEntrySize
-
getEntries
- Specified by:
getEntries
in interfaceModule
- Returns:
- an Iterator of the ModuleEntries in this Module.
-