Package org.ujmp.core.export.format
Interface MatrixDenseCSVStringExportFormat
-
- All Superinterfaces:
MatrixExportFormat
- All Known Subinterfaces:
MatrixStringExportDestination
- All Known Implementing Classes:
AbstractMatrixStringExportDestination
,DefaultMatrixStringExportDestination
public interface MatrixDenseCSVStringExportFormat extends MatrixExportFormat
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
asDenseCSV()
java.lang.String
asDenseCSV(char columnSeparator)
java.lang.String
asDenseCSV(char columnSeparator, char enclosingCharacter)
-
-
-
Method Detail
-
asDenseCSV
java.lang.String asDenseCSV(char columnSeparator, char enclosingCharacter) throws java.io.IOException
- Throws:
java.io.IOException
-
asDenseCSV
java.lang.String asDenseCSV(char columnSeparator) throws java.io.IOException
- Throws:
java.io.IOException
-
asDenseCSV
java.lang.String asDenseCSV() throws java.io.IOException
- Throws:
java.io.IOException
-
-