Package org.ujmp.core.export.format
Interface MatrixDenseCSVByteArrayExportFormat
- All Superinterfaces:
MatrixExportFormat
- All Known Subinterfaces:
MatrixByteArrayExportDestination
- All Known Implementing Classes:
AbstractMatrixByteArrayExportDestination
,DefaultMatrixByteArrayExportDestination
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
byte[]
asDenseCSV
(char columnSeparator) byte[]
asDenseCSV
(char columnSeparator, char enclosingCharacter)
-
Method Details
-
asDenseCSV
- Throws:
IOException
-
asDenseCSV
- Throws:
IOException
-
asDenseCSV
- Throws:
IOException
-