Class TttdChunker.TTTDEnumeration

    • Constructor Summary

      Constructors 
      Constructor Description
      TTTDEnumeration​(java.io.InputStream in)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()
      Closes the file opened by the createChunks() method.
      boolean hasMoreElements()
      Returns true if the chunker can return at least one more chunk.
      Chunk nextElement()
      Returns the next chunk (if there are any).
      • Methods inherited from class java.lang.Object

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

        asIterator