Interface RowWriter<T>

    • Method Detail

      • writeNext

        void writeNext​(T aData)
                throws IOException
        Writes the next element.
        Parameters:
        aData - The data to be written
        Throws:
        IOException - thrown in case there was an I/O related problem.