Package com.ibm.wala.classLoader
Class NestedJarFileModule
- java.lang.Object
-
- com.ibm.wala.classLoader.AbstractNestedJarFileModule
-
- com.ibm.wala.classLoader.NestedJarFileModule
-
- All Implemented Interfaces:
Module
public class NestedJarFileModule extends AbstractNestedJarFileModule
-
-
Constructor Summary
Constructors Constructor Description NestedJarFileModule(JarFileModule parent, ZipEntry entry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
InputStream
getNestedContents()
int
hashCode()
String
toString()
-
Methods inherited from class com.ibm.wala.classLoader.AbstractNestedJarFileModule
getEntries, getEntrySize, getInputStream
-
-
-
-
Constructor Detail
-
NestedJarFileModule
public NestedJarFileModule(JarFileModule parent, ZipEntry entry)
-
-
Method Detail
-
getNestedContents
public InputStream getNestedContents()
- Specified by:
getNestedContents
in classAbstractNestedJarFileModule
-
-