Class JarIterator

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      private class  JarIterator.JEntry  
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.util.Enumeration<java.util.jar.JarEntry> jarEnum  
      (package private) java.util.jar.JarFile jarFile  
      (package private) java.lang.String nextName  
    • Constructor Summary

      Constructors 
      Constructor Description
      JarIterator​(java.util.jar.JarFile f)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean hasNext()  
      FileLister.Entry next()  
      (package private) FileLister.Entry open​(java.lang.String relativeFileName)  
      void remove()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.Iterator

        forEachRemaining
    • Field Detail

      • jarEnum

        java.util.Enumeration<java.util.jar.JarEntry> jarEnum
      • jarFile

        java.util.jar.JarFile jarFile
      • nextName

        java.lang.String nextName
    • Constructor Detail

      • JarIterator

        JarIterator​(java.util.jar.JarFile f)
    • Method Detail

      • hasNext

        public boolean hasNext()
      • remove

        public void remove()
      • open

        FileLister.Entry open​(java.lang.String relativeFileName)
                       throws java.io.IOException
        Specified by:
        open in class FileContainer
        Throws:
        java.io.IOException