Class RANSNx16Decode
java.lang.Object
htsjdk.samtools.cram.compression.rans.RANSDecode
htsjdk.samtools.cram.compression.rans.ransnx16.RANSNx16Decode
Decoder for the CRAM 3.1 rANSNx16 codec with 16-bit state renormalization (as opposed to the rAns4x8 codec,
which uses 8-bit state renormalization), and order-0 or order-1 context. Also supports bit-packing, run length
encoding and striping (see the spec).
This codec is also used internally by the read name NameTokenisation codec.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class htsjdk.samtools.cram.compression.rans.RANSDecode
getD, getDecodingSymbols, initializeRANSDecoder
-
Constructor Details
-
RANSNx16Decode
public RANSNx16Decode()
-
-
Method Details
-
uncompress
- Specified by:
uncompressin classRANSDecode
-