Interface ArchiveBasedSingleCellDetector

    • Field Detail

      • DEFAULT_MAX_ENTRY_SIZE_IN_ARCHIVE_TO_SKIP

        static final long DEFAULT_MAX_ENTRY_SIZE_IN_ARCHIVE_TO_SKIP
        See Also:
        Constant Field Values
      • DEFAULT_MAX_NUMBER_OF_ENTRIES_TO_SKIP

        static final long DEFAULT_MAX_NUMBER_OF_ENTRIES_TO_SKIP
        See Also:
        Constant Field Values
    • Method Detail

      • setMaxEntrySizeInArchiveToSkip

        void setMaxEntrySizeInArchiveToSkip​(long maxEntrySizeInArchiveToSkip)
        Set the maximum size of an archive entry to skip the supplementary file altogether.

        Use -1 to indicate no limit.

        Note that if a relevant file was previously found in the archive, it will not be skipped.

      • setMaxNumberOfEntriesToSkip

        void setMaxNumberOfEntriesToSkip​(long maxNumberOfEntriesToSkip)
        Set the maximum number of archive entries to skip in order to ignore the supplementary file altogether.

        Use -1 to indicate no limit.

        Note that if a relevant file was previously found in the archive, it will not be ignored.