Class DefaultMatrixWriterCSVExporter

    • Constructor Detail

      • DefaultMatrixWriterCSVExporter

        public DefaultMatrixWriterCSVExporter​(Matrix matrix,
                                              java.io.Writer writer)
    • Method Detail

      • asDenseCSV

        public void asDenseCSV​(char columnSeparator,
                               char enclosingCharacter)
                        throws java.io.IOException
        Specified by:
        asDenseCSV in interface MatrixDenseCSVExportFormat
        Throws:
        java.io.IOException
      • asDenseCSV

        public void asDenseCSV​(char columnSeparator)
                        throws java.io.IOException
        Specified by:
        asDenseCSV in interface MatrixDenseCSVExportFormat
        Throws:
        java.io.IOException