Package org.ujmp.core.export.destination
Class DefaultMatrixStreamExportDestination
java.lang.Object
org.ujmp.core.export.destination.AbstractMatrixExportDestination
org.ujmp.core.export.destination.AbstractMatrixStreamExportDestination
org.ujmp.core.export.destination.DefaultMatrixStreamExportDestination
- All Implemented Interfaces:
MatrixExportDestination
,MatrixStreamExportDestination
,MatrixDenseCSVExportFormat
,MatrixExportFormat
,MatrixLatexExportFormat
,MatrixMatlabScriptExportFormat
,MatrixRScriptExportFormat
,MatrixSQLExportFormat
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultMatrixStreamExportDestination
(Matrix matrix, OutputStream outputStream) -
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.AbstractMatrixStreamExportDestination
getOutputStream
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
-
DefaultMatrixStreamExportDestination
-
-
Method Details
-
asDenseCSV
- Throws:
IOException
-
asDenseCSV
- Throws:
IOException
-
asDenseCSV
- Throws:
IOException
-
asSQL
- Throws:
IOException
-
asMatlabScript
- Throws:
IOException
-
asRScript
- Throws:
IOException
-
asLatex
- Throws:
IOException
-