Class ByteModel
java.lang.Object
htsjdk.samtools.cram.compression.range.ByteModel
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal int[]
final int
final int[]
int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
modelDecode
(ByteBuffer inBuffer, RangeCoder rangeCoder) void
modelEncode
(ByteBuffer outBuffer, RangeCoder rangeCoder, int symbol) void
-
Field Details
-
totalFrequency
public int totalFrequency -
maxSymbol
public final int maxSymbol -
symbols
public final int[] symbols -
frequencies
public final int[] frequencies
-
-
Constructor Details
-
ByteModel
public ByteModel(int numSymbols)
-
-
Method Details
-
modelDecode
-
modelRenormalize
public void modelRenormalize() -
modelEncode
-