|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.tools.ant.taskdefs.optional.depend.JarFileIterator
A class file iterator which iterates through the contents of a Java jar file.
Constructor Summary | |
JarFileIterator(java.io.InputStream stream)
Construct an iterator over a jar stream |
Method Summary | |
ClassFile |
getNextClassFile()
Get the next ClassFile object from the jar |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JarFileIterator(java.io.InputStream stream) throws java.io.IOException
stream
- the basic input stream from which the Jar is received
java.io.IOException
- if the jar stream cannot be createdMethod Detail |
public ClassFile getNextClassFile()
getNextClassFile
in interface ClassFileIterator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |