Class ExternalCodec<T>
- java.lang.Object
-
- htsjdk.samtools.cram.encoding.external.ExternalCodec<T>
-
- Type Parameters:
T
- data series type to be read or written
- All Implemented Interfaces:
CRAMCodec<T>
- Direct Known Subclasses:
ByteArrayStopCodec
,ExternalByteArrayCodec
,ExternalByteCodec
public abstract class ExternalCodec<T> extends Object implements CRAMCodec<T>
Superclass of Codecs which operate on External Block byte streams Contrast withCoreCodec
for Core Block bit streams
-
-
Field Summary
Fields Modifier and Type Field Description protected ByteArrayInputStream
inputStream
protected ByteArrayOutputStream
outputStream
-
-
-
Field Detail
-
inputStream
protected final ByteArrayInputStream inputStream
-
outputStream
protected final ByteArrayOutputStream outputStream
-
-