Package org.ujmp.core.export.destination
Class AbstractMatrixStreamExportDestination
java.lang.Object
org.ujmp.core.export.destination.AbstractMatrixExportDestination
org.ujmp.core.export.destination.AbstractMatrixStreamExportDestination
- All Implemented Interfaces:
MatrixExportDestination
,MatrixStreamExportDestination
,MatrixDenseCSVExportFormat
,MatrixExportFormat
,MatrixLatexExportFormat
,MatrixMatlabScriptExportFormat
,MatrixRScriptExportFormat
,MatrixSQLExportFormat
- Direct Known Subclasses:
DefaultMatrixStreamExportDestination
public abstract class AbstractMatrixStreamExportDestination
extends AbstractMatrixExportDestination
implements MatrixStreamExportDestination
-
Field Summary
Fields -
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.MatrixDenseCSVExportFormat
asDenseCSV, asDenseCSV, asDenseCSV
Methods inherited from interface org.ujmp.core.export.destination.MatrixExportDestination
getMatrix
Methods inherited from interface org.ujmp.core.export.format.MatrixLatexExportFormat
asLatex
Methods inherited from interface org.ujmp.core.export.format.MatrixMatlabScriptExportFormat
asMatlabScript
Methods inherited from interface org.ujmp.core.export.format.MatrixRScriptExportFormat
asRScript
Methods inherited from interface org.ujmp.core.export.format.MatrixSQLExportFormat
asSQL
-
Field Details
-
stream
-
-
Constructor Details
-
AbstractMatrixStreamExportDestination
-
-
Method Details
-
getOutputStream
-