Class RangeDecode

java.lang.Object
htsjdk.samtools.cram.compression.range.RangeDecode

public class RangeDecode extends Object
Decoder for the CRAM 3.1 arithmetic (range) codec. This is an adaptive, byte-wise compression codec for use with data streams that have a varying byte/symbol probability distribution. Significantly more expensive than rAns.
  • Constructor Details

    • RangeDecode

      public RangeDecode()
  • Method Details