Class FQZParams

java.lang.Object
htsjdk.samtools.cram.compression.fqzcomp.FQZParams

public class FQZParams extends Object
Global parameters for the FQZComp quality score codec. Contains one or more FQZParam blocks, an optional selector table for choosing between parameter blocks per record, and the global flags controlling features like quality reversal and multi-parameter mode.
See Also:
  • Constructor Details

    • FQZParams

      public FQZParams(ByteBuffer inBuffer)
  • Method Details

    • getFQZFlags

      public FQZGlobalFlags getFQZFlags()
    • getFQZParamList

      public List<FQZParam> getFQZParamList()
    • getMaxSelector

      public int getMaxSelector()
    • getMaxSymbol

      public int getMaxSymbol()
    • getSelectorTable

      public int[] getSelectorTable()