Package org.ujmp.core.export.destination
Class AbstractMatrixByteArrayExportDestination
java.lang.Object
org.ujmp.core.export.destination.AbstractMatrixExportDestination
org.ujmp.core.export.destination.AbstractMatrixByteArrayExportDestination
- All Implemented Interfaces:
MatrixByteArrayExportDestination
,MatrixExportDestination
,MatrixDenseCSVByteArrayExportFormat
,MatrixExportFormat
- Direct Known Subclasses:
DefaultMatrixByteArrayExportDestination
public abstract class AbstractMatrixByteArrayExportDestination
extends AbstractMatrixExportDestination
implements MatrixByteArrayExportDestination
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.ujmp.core.export.destination.AbstractMatrixExportDestination
getMatrix
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.ujmp.core.export.format.MatrixDenseCSVByteArrayExportFormat
asDenseCSV, asDenseCSV, asDenseCSV
Methods inherited from interface org.ujmp.core.export.destination.MatrixExportDestination
getMatrix
-
Constructor Details
-
AbstractMatrixByteArrayExportDestination
-