Class CoreCodec<T>
java.lang.Object
htsjdk.samtools.cram.encoding.core.CoreCodec<T>
- Type Parameters:
T- data series type to be read or written
- All Implemented Interfaces:
CRAMCodec<T>
- Direct Known Subclasses:
BetaIntegerCodec
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCoreCodec(BitInputStream coreBlockInputStream, BitOutputStream coreBlockOutputStream) Create a new CoreCodec with associated input and output bit streams -
Method Summary
-
Field Details
-
coreBlockInputStream
-
coreBlockOutputStream
-
-
Constructor Details
-
CoreCodec
Create a new CoreCodec with associated input and output bit streams- Parameters:
coreBlockInputStream- bit stream for reading inputcoreBlockOutputStream- bit stream for writing output
-