Package org.ujmp.core.export.destination
Class DefaultMatrixWriterExportDestination
java.lang.Object
org.ujmp.core.export.destination.AbstractMatrixExportDestination
org.ujmp.core.export.destination.AbstractMatrixWriterExportDestination
org.ujmp.core.export.destination.DefaultMatrixWriterExportDestination
- All Implemented Interfaces:
MatrixExportDestination
,MatrixWriterExportDestination
,MatrixDenseCSVExportFormat
,MatrixExportFormat
,MatrixLatexExportFormat
,MatrixMatlabScriptExportFormat
,MatrixRScriptExportFormat
,MatrixSQLExportFormat
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
asDenseCSV
(char columnSeparator) void
asDenseCSV
(char columnSeparator, char enclosingCharacter) void
asLatex()
void
asMatlabScript
(String variableName) void
void
Methods inherited from class org.ujmp.core.export.destination.AbstractMatrixWriterExportDestination
getWriter
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.destination.MatrixExportDestination
getMatrix
-
Constructor Details
-
DefaultMatrixWriterExportDestination
-
-
Method Details
-
asDenseCSV
- Throws:
IOException
-
asDenseCSV
- Throws:
IOException
-
asDenseCSV
- Throws:
IOException
-
asSQL
- Throws:
IOException
-
asMatlabScript
- Throws:
IOException
-
asRScript
- Throws:
IOException
-
asLatex
- Throws:
IOException
-