Package org.ujmp.core.importer.source
Class AbstractMatrixStreamImportSource
java.lang.Object
org.ujmp.core.importer.source.AbstractMatrixImportSource
org.ujmp.core.importer.source.AbstractMatrixStreamImportSource
- All Implemented Interfaces:
MatrixBMPImportFormat
,MatrixDenseCSVImportFormat
,MatrixGIFImportFormat
,MatrixImportFormat
,MatrixJPGImportFormat
,MatrixPDFImportFormat
,MatrixPNGImportFormat
,MatrixTIFFImportFormat
,MatrixImportSource
,MatrixStreamImportSource
- Direct Known Subclasses:
DefaultMatrixStreamImportSource
public abstract class AbstractMatrixStreamImportSource
extends AbstractMatrixImportSource
implements MatrixStreamImportSource
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
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.MatrixBMPImportFormat
asBMP
Methods inherited from interface org.ujmp.core.importer.format.MatrixDenseCSVImportFormat
asDenseCSV, asDenseCSV, asDenseCSV
Methods inherited from interface org.ujmp.core.importer.format.MatrixGIFImportFormat
asGIF
Methods inherited from interface org.ujmp.core.importer.format.MatrixJPGImportFormat
asJPG
Methods inherited from interface org.ujmp.core.importer.format.MatrixPDFImportFormat
asPDF
Methods inherited from interface org.ujmp.core.importer.format.MatrixPNGImportFormat
asPNG
Methods inherited from interface org.ujmp.core.importer.format.MatrixTIFFImportFormat
asTIFF
-
Field Details
-
stream
-
-
Constructor Details
-
AbstractMatrixStreamImportSource
-
-
Method Details
-
getStream
- Specified by:
getStream
in interfaceMatrixStreamImportSource
-