Interface Chunker.ChunkEnumeration

    • Method Detail

      • hasMoreElements

        boolean hasMoreElements()
        Returns true if the chunker can return at least one more chunk.
        Specified by:
        hasMoreElements in interface java.util.Enumeration<Chunk>
      • nextElement

        Chunk nextElement()
        Returns the next chunk (if there are any).
        Specified by:
        nextElement in interface java.util.Enumeration<Chunk>
      • close

        void close()
        Closes the file opened by the createChunks() method. This method must be called at the end of processing to release any read-/write locks.