Interface MatrixExportDestinationSelector
- All Known Subinterfaces:
DenseMatrixExportDestinationSelector
- All Known Implementing Classes:
DefaultMatrixExportDestinationSelector
public interface MatrixExportDestinationSelector
-
Method Summary
-
Method Details
-
clipboard
MatrixClipboardExportDestination clipboard() -
file
- Throws:
IOException
-
file
- Throws:
IOException
-
writer
- Throws:
IOException
-
stream
- Throws:
IOException
-
string
MatrixStringExportDestination string() -
byteArray
MatrixByteArrayExportDestination byteArray()
-