Class DefaultMatrixByteArrayExportDestination

    • Constructor Detail

      • DefaultMatrixByteArrayExportDestination

        public DefaultMatrixByteArrayExportDestination​(Matrix matrix)
    • Method Detail

      • asDenseCSV

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

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

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