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 Details

    • reader

      private final Reader reader
  • Constructor Details

    • AbstractMatrixReaderImportSource

      public AbstractMatrixReaderImportSource(Matrix matrix, Reader reader)
  • Method Details