Package org.ujmp.core.importer
Class AbstractMatrixStreamImporter
- java.lang.Object
-
- org.ujmp.core.importer.AbstractMatrixStreamImporter
-
- All Implemented Interfaces:
MatrixImporter
,MatrixStreamImporter
public abstract class AbstractMatrixStreamImporter extends java.lang.Object implements MatrixStreamImporter
-
-
Field Summary
Fields Modifier and Type Field Description private java.io.InputStream
inputStream
-
Constructor Summary
Constructors Constructor Description AbstractMatrixStreamImporter(java.io.InputStream inputStream)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.InputStream
getInputStream()
-
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.MatrixImporter
getTargetMatrix
-
-
-
-
Method Detail
-
getInputStream
public java.io.InputStream getInputStream()
- Specified by:
getInputStream
in interfaceMatrixStreamImporter
-
-