Interface ChunkedSpreadSheetReader

    • Method Detail

      • setChunkSize

        void setChunkSize​(int value)
        Sets the maximum chunk size.
        Parameters:
        value - the size of the chunks, < 1 denotes infinity
      • getChunkSize

        int getChunkSize()
        Returns the current chunk size.
        Returns:
        the size of the chunks, < 1 denotes infinity
      • chunkSizeTipText

        String chunkSizeTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the gui
      • hasMoreChunks

        boolean hasMoreChunks()
        Checks whether there is more data to read.
        Returns:
        true if there is more data available
      • nextChunk

        SpreadSheet nextChunk()
        Returns the next chunk.
        Returns:
        the next chunk