Package org.ujmp.core.link.source
Class DefaultMatrixStringLinkSource
- java.lang.Object
-
- org.ujmp.core.link.source.AbstractMatrixLinkSource
-
- org.ujmp.core.link.source.AbstractMatrixStringLinkSource
-
- org.ujmp.core.link.source.DefaultMatrixStringLinkSource
-
- All Implemented Interfaces:
MatrixDenseCSVLinkFormat
,MatrixLinkFormat
,MatrixLinkSource
,MatrixStringLinkSource
public class DefaultMatrixStringLinkSource extends AbstractMatrixStringLinkSource
-
-
Constructor Summary
Constructors Constructor Description DefaultMatrixStringLinkSource(java.lang.String string)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Matrix
asDenseCSV()
Matrix
asDenseCSV(char columnSeparator)
Matrix
asDenseCSV(char columnSeparator, char enclosingCharacter)
-
Methods inherited from class org.ujmp.core.link.source.AbstractMatrixStringLinkSource
getString
-
-
-
-
Method Detail
-
asDenseCSV
public Matrix asDenseCSV() throws java.io.IOException
- Throws:
java.io.IOException
-
asDenseCSV
public Matrix asDenseCSV(char columnSeparator) throws java.io.IOException
- Throws:
java.io.IOException
-
asDenseCSV
public Matrix asDenseCSV(char columnSeparator, char enclosingCharacter) throws java.io.IOException
- Throws:
java.io.IOException
-
-