Interface MatrixDenseCSVByteArrayExportFormat

All Superinterfaces:
MatrixExportFormat
All Known Subinterfaces:
MatrixByteArrayExportDestination
All Known Implementing Classes:
AbstractMatrixByteArrayExportDestination, DefaultMatrixByteArrayExportDestination

public interface MatrixDenseCSVByteArrayExportFormat extends MatrixExportFormat
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
     
    byte[]
    asDenseCSV(char columnSeparator)
     
    byte[]
    asDenseCSV(char columnSeparator, char enclosingCharacter)