Package org.ujmp.core.export.destination
Interface MatrixByteArrayExportDestination
-
- All Superinterfaces:
MatrixDenseCSVByteArrayExportFormat
,MatrixExportDestination
,MatrixExportFormat
- All Known Implementing Classes:
AbstractMatrixByteArrayExportDestination
,DefaultMatrixByteArrayExportDestination
public interface MatrixByteArrayExportDestination extends MatrixDenseCSVByteArrayExportFormat, MatrixExportDestination
-
-
Method Summary
-
Methods inherited from interface org.ujmp.core.export.format.MatrixDenseCSVByteArrayExportFormat
asDenseCSV, asDenseCSV, asDenseCSV
-
Methods inherited from interface org.ujmp.core.export.destination.MatrixExportDestination
getMatrix
-
-