Package com.ibm.wala.classLoader
Class JarStreamModule
- java.lang.Object
-
- com.ibm.wala.classLoader.JarStreamModule
-
-
Constructor Summary
Constructors Constructor Description JarStreamModule(JarInputStream stream)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)Iterator<ModuleEntry>getEntries()protected longgetEntrySize(String name)InputStreamgetInputStream(String name)inthashCode()StringtoString()
-
-
-
Constructor Detail
-
JarStreamModule
public JarStreamModule(JarInputStream stream)
-
-
Method Detail
-
getInputStream
public InputStream getInputStream(String name)
-
getEntrySize
protected long getEntrySize(String name)
-
getEntries
public Iterator<ModuleEntry> getEntries()
- Specified by:
getEntriesin interfaceModule- Returns:
- an Iterator of the ModuleEntries in this Module.
-
-