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