Package org.ujmp.core.importer.source
Class DefaultMatrixUrlImportSource
- java.lang.Object
-
- org.ujmp.core.importer.source.AbstractMatrixImportSource
-
- org.ujmp.core.importer.source.AbstractMatrixURLImportSource
-
- org.ujmp.core.importer.source.DefaultMatrixUrlImportSource
-
- All Implemented Interfaces:
MatrixBMPImportFormat
,MatrixDenseCSVImportFormat
,MatrixGIFImportFormat
,MatrixImportFormat
,MatrixJPGImportFormat
,MatrixPDFImportFormat
,MatrixPNGImportFormat
,MatrixTIFFImportFormat
,MatrixImportSource
,MatrixURLImportSource
public class DefaultMatrixUrlImportSource extends AbstractMatrixURLImportSource
-
-
Constructor Summary
Constructors Constructor Description DefaultMatrixUrlImportSource(Matrix matrix, java.net.URL url)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Matrix
asBMP()
Matrix
asDenseCSV()
Matrix
asDenseCSV(char columnSeparator)
Matrix
asDenseCSV(char columnSeparator, char enclosingCharacter)
Matrix
asGIF()
Matrix
asJPG()
Matrix
asPDF()
Matrix
asPNG()
Matrix
asTIFF()
-
Methods inherited from class org.ujmp.core.importer.source.AbstractMatrixURLImportSource
getURL
-
Methods inherited from class org.ujmp.core.importer.source.AbstractMatrixImportSource
getTargetMatrix
-
-
-
-
Constructor Detail
-
DefaultMatrixUrlImportSource
public DefaultMatrixUrlImportSource(Matrix matrix, java.net.URL url)
-
-
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
-
asPDF
public Matrix asPDF() throws java.io.IOException
- Throws:
java.io.IOException
-
asJPG
public Matrix asJPG() throws java.io.IOException
- Throws:
java.io.IOException
-
asGIF
public Matrix asGIF() throws java.io.IOException
- Throws:
java.io.IOException
-
asBMP
public Matrix asBMP() throws java.io.IOException
- Throws:
java.io.IOException
-
asPNG
public Matrix asPNG() throws java.io.IOException
- Throws:
java.io.IOException
-
asTIFF
public Matrix asTIFF() throws java.io.IOException
- Throws:
java.io.IOException
-
-