org.apache.tools.ant.taskdefs.optional.depend
public class JarFileIterator extends Object implements ClassFileIterator
| Constructor Summary | |
|---|---|
| JarFileIterator(InputStream stream)
Construct an iterator over a jar stream
| |
| Method Summary | |
|---|---|
| ClassFile | getNextClassFile()
Get the next ClassFile object from the jar
|
Parameters: stream the basic input stream from which the Jar is received
Throws: IOException if the jar stream cannot be created
Returns: a ClassFile object describing the class from the jar