Package htsjdk.samtools.cram.common
Class CramVersionPolicies
- java.lang.Object
-
- htsjdk.samtools.cram.common.CramVersionPolicies
-
public class CramVersionPolicies extends Object
The class provides version-dependant rules and policies for CRAM data.
-
-
Constructor Summary
Constructors Constructor Description CramVersionPolicies()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
eofNotFound(Version version)
The method holds the behaviour for when the EOF marker is not found.
-
-
-
Method Detail
-
eofNotFound
public static void eofNotFound(Version version)
The method holds the behaviour for when the EOF marker is not found. Depending on the CRAM version this will be ignored, a warning issued or an exception produced.- Parameters:
version
- CRAM version to assume
-
-