Class CramVersions


  • public final class CramVersions
    extends Object
    • Field Detail

      • DEFAULT_CRAM_VERSION

        public static final CRAMVersion DEFAULT_CRAM_VERSION
        The default CRAM version when creating a new CRAM output file or stream.
    • Constructor Detail

      • CramVersions

        public CramVersions()
    • Method Detail

      • isSupportedVersion

        public static boolean isSupportedVersion​(CRAMVersion candidateVersion)
        Return true if candidateVersion is a supported CRAM version.
        Parameters:
        candidateVersion - version to test
        Returns:
        true if candidateVersion is a supported CRAM version othrwise false