Package org.ujmp.core.importer.source
Class AbstractMatrixReaderImportSource
- java.lang.Object
-
- org.ujmp.core.importer.source.AbstractMatrixImportSource
-
- org.ujmp.core.importer.source.AbstractMatrixReaderImportSource
-
- All Implemented Interfaces:
MatrixDenseCSVImportFormat
,MatrixImportFormat
,MatrixImportSource
,MatrixReaderImportSource
- Direct Known Subclasses:
DefaultMatrixReaderImportSource
public abstract class AbstractMatrixReaderImportSource extends AbstractMatrixImportSource implements MatrixReaderImportSource
-
-
Field Summary
Fields Modifier and Type Field Description private java.io.Reader
reader
-
Constructor Summary
Constructors Constructor Description AbstractMatrixReaderImportSource(Matrix matrix, java.io.Reader reader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.Reader
getReader()
-
Methods inherited from class org.ujmp.core.importer.source.AbstractMatrixImportSource
getTargetMatrix
-
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.importer.format.MatrixDenseCSVImportFormat
asDenseCSV, asDenseCSV, asDenseCSV
-
-
-
-
Constructor Detail
-
AbstractMatrixReaderImportSource
public AbstractMatrixReaderImportSource(Matrix matrix, java.io.Reader reader)
-
-
Method Detail
-
getReader
public java.io.Reader getReader()
- Specified by:
getReader
in interfaceMatrixReaderImportSource
-
-