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 boolean
equals(Object obj)
Iterator<ModuleEntry>
getEntries()
protected long
getEntrySize(String name)
InputStream
getInputStream(String name)
int
hashCode()
String
toString()
-
-
-
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:
getEntries
in interfaceModule
- Returns:
- an Iterator of the ModuleEntries in this Module.
-
-