Interface MatrixDenseCSVByteArrayExportFormat

    • Method Detail

      • asDenseCSV

        byte[] asDenseCSV​(char columnSeparator,
                          char enclosingCharacter)
                   throws java.io.IOException
        Throws:
        java.io.IOException
      • asDenseCSV

        byte[] asDenseCSV​(char columnSeparator)
                   throws java.io.IOException
        Throws:
        java.io.IOException
      • asDenseCSV

        byte[] asDenseCSV()
                   throws java.io.IOException
        Throws:
        java.io.IOException