Class AbstractIndexedSplitsRunsReader

    • Constructor Detail

      • AbstractIndexedSplitsRunsReader

        public AbstractIndexedSplitsRunsReader()
    • Method Detail

      • doRead

        protected abstract IndexedSplitsRuns doRead​(Reader reader,
                                                    MessageCollection errors)
        Reads the split definitions from the specified reader. The caller must close the reader object.
        Parameters:
        reader - the reader to read from
        errors - for storing errors
        Returns:
        the definitions or null in case of an error
      • read

        public IndexedSplitsRuns read​(Reader reader,
                                      MessageCollection errors)
        Reads the split definitions from the specified reader. The caller must close the reader object.
        Parameters:
        reader - the reader to read from
        errors - for storing errors
        Returns:
        the definitions or null in case of an error
      • read

        public IndexedSplitsRuns read​(File file,
                                      MessageCollection errors)
        Reads the split definitions from the specified file.
        Parameters:
        file - the file to read
        errors - for storing errors
        Returns:
        the definitions or null in case of an error