Class BinaryFeatureCodec<T extends Feature>

java.lang.Object
htsjdk.tribble.BinaryFeatureCodec<T>
All Implemented Interfaces:
FeatureCodec<T,PositionalBufferedStream>
Direct Known Subclasses:
BCF2Codec, ExampleBinaryCodec

public abstract class BinaryFeatureCodec<T extends Feature> extends Object implements FeatureCodec<T,PositionalBufferedStream>
Implements common methods of FeatureCodecs that read from PositionalBufferedStreams.