Package org.ujmp.core.link.source
Class DefaultMatrixFileLinkSource
- java.lang.Object
-
- org.ujmp.core.link.source.AbstractMatrixLinkSource
-
- org.ujmp.core.link.source.AbstractMatrixFileLinkSource
-
- org.ujmp.core.link.source.DefaultMatrixFileLinkSource
-
- All Implemented Interfaces:
MatrixDenseCSVLinkFormat
,MatrixLinkFormat
,MatrixFileLinkSource
,MatrixLinkSource
public class DefaultMatrixFileLinkSource extends AbstractMatrixFileLinkSource
-
-
Constructor Summary
Constructors Constructor Description DefaultMatrixFileLinkSource(java.io.File file)
DefaultMatrixFileLinkSource(java.lang.String file)
-
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.AbstractMatrixFileLinkSource
getFile
-
-
-
-
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
-
-