Interface FileIterator

    • Field Detail

      • EMPTY_FILE_ITERATOR

        static final FileIterator EMPTY_FILE_ITERATOR
    • Method Detail

      • nextFile

        java.io.File nextFile()
                       throws java.io.IOException
        Throws:
        java.io.IOException
      • hasNext

        boolean hasNext()
                 throws java.io.IOException
        Specified by:
        hasNext in interface UIterator
        Throws:
        java.io.IOException
      • next

        java.lang.Object next()
                       throws java.io.IOException
        Specified by:
        next in interface UIterator
        Throws:
        java.io.IOException
      • remove

        void remove()
             throws java.io.IOException
        Specified by:
        remove in interface UIterator
        Throws:
        java.io.IOException
      • close

        void close()
            throws java.io.IOException
        Description copied from interface: ClosableResource
        forces the release of any resources that might be associated with this object.
        Specified by:
        close in interface ClosableResource
        Specified by:
        close in interface UIterator
        Throws:
        java.io.IOException