public class JarFileIterator extends java.lang.Object implements ClassFileIterator
Constructor and Description |
---|
JarFileIterator(java.io.InputStream stream)
Construct an iterator over a jar stream
|
Modifier and Type | Method and Description |
---|---|
ClassFile |
getNextClassFile()
Get the next ClassFile object from the jar
|
public JarFileIterator(java.io.InputStream stream) throws java.io.IOException
stream
- the basic input stream from which the Jar is receivedjava.io.IOException
- if the jar stream cannot be createdpublic ClassFile getNextClassFile()
getNextClassFile
in interface ClassFileIterator