public class JarFileIterator extends Object implements ClassFileIterator
| Constructor and Description |
|---|
JarFileIterator(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(InputStream stream) throws IOException
stream - the basic input stream from which the Jar is receivedIOException - if the jar stream cannot be createdpublic ClassFile getNextClassFile()
getNextClassFile in interface ClassFileIterator