Class ZipInputStreamCodeBase.MyIterator
java.lang.Object
edu.umd.cs.findbugs.classfile.impl.ZipInputStreamCodeBase.MyIterator
- All Implemented Interfaces:
ICodeBaseIterator
- Enclosing class:
ZipInputStreamCodeBase
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
zis
ZipInputStream zis -
ze
ZipEntry ze
-
-
Constructor Details
-
MyIterator
MyIterator()
-
-
Method Details
-
getNextEntry
- Throws:
IOException
-
hasNext
Description copied from interface:ICodeBaseIteratorReturn true if there is another resource to be scanned, false otherwise.- Specified by:
hasNextin interfaceICodeBaseIterator- Returns:
- true if there is another resource to be scanned, false otherwise
- Throws:
InterruptedException
-
next
Description copied from interface:ICodeBaseIteratorGet the ICodeBaseEntry representing the next resource in the code base.- Specified by:
nextin interfaceICodeBaseIterator- Returns:
- the ICodeBaseEntry representing the next resource in the code base
- Throws:
InterruptedException
-