Package org.ujmp.core.export.format
Interface MatrixDenseCSVByteArrayExportFormat
-
- All Superinterfaces:
MatrixExportFormat
- All Known Subinterfaces:
MatrixByteArrayExportDestination
- All Known Implementing Classes:
AbstractMatrixByteArrayExportDestination
,DefaultMatrixByteArrayExportDestination
public interface MatrixDenseCSVByteArrayExportFormat extends MatrixExportFormat
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
asDenseCSV()
byte[]
asDenseCSV(char columnSeparator)
byte[]
asDenseCSV(char columnSeparator, char enclosingCharacter)
-
-
-
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
-
-