Class AbstractFileSeriesReader

    • Constructor Detail

      • AbstractFileSeriesReader

        protected AbstractFileSeriesReader​(IChunkLoader chunkLoader,
                                           java.util.List<IChunkMetadata> chunkMetadataList,
                                           Filter filter)
        constructor of FileSeriesReader.
    • Method Detail

      • hasNextBatch

        public boolean hasNextBatch()
                             throws java.io.IOException
        Specified by:
        hasNextBatch in interface IBatchReader
        Throws:
        java.io.IOException
      • initChunkReader

        protected abstract void initChunkReader​(IChunkMetadata chunkMetaData)
                                         throws java.io.IOException
        Throws:
        java.io.IOException
      • chunkSatisfied

        protected abstract boolean chunkSatisfied​(IChunkMetadata chunkMetaData)
      • close

        public void close()
                   throws java.io.IOException
        Specified by:
        close in interface IBatchReader
        Throws:
        java.io.IOException