Class JarStreamBrowser

  • All Implemented Interfaces:
    java.util.Iterator

    public class JarStreamBrowser
    extends java.lang.Object
    implements java.util.Iterator
    Comment
    Version:
    $Revision: 1958 $
    • Constructor Detail

      • JarStreamBrowser

        public JarStreamBrowser​(java.io.File file,
                                ArchiveBrowser.Filter filter)
                         throws java.io.IOException
        Throws:
        java.io.IOException
      • JarStreamBrowser

        public JarStreamBrowser​(java.io.InputStream is,
                                ArchiveBrowser.Filter filter)
                         throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface java.util.Iterator
      • setNext

        private void setNext()
      • next

        public java.lang.Object next()
        Specified by:
        next in interface java.util.Iterator
      • remove

        public void remove()
        Specified by:
        remove in interface java.util.Iterator