Class HuffmanIntHelper
- java.lang.Object
-
- htsjdk.samtools.cram.encoding.core.huffmanUtils.HuffmanIntHelper
-
public class HuffmanIntHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description HuffmanIntHelper(int[] values, int[] bitLengths)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
read(BitInputStream bitInputStream)
long
write(BitOutputStream bitOutputStream, int value)
-
-
-
Method Detail
-
write
public final long write(BitOutputStream bitOutputStream, int value) throws IOException
- Throws:
IOException
-
read
public final int read(BitInputStream bitInputStream) throws IOException
- Throws:
IOException
-
-