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