Package picard.sam.markduplicates.util
Class RepresentativeReadIndexerCodec
java.lang.Object
picard.sam.markduplicates.util.RepresentativeReadIndexerCodec
- All Implemented Interfaces:
htsjdk.samtools.util.SortingCollection.Codec<RepresentativeReadIndexer>,Cloneable
public class RepresentativeReadIndexerCodec
extends Object
implements htsjdk.samtools.util.SortingCollection.Codec<RepresentativeReadIndexer>
Codec for read names and integers that outputs the primitive fields and reads them back.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionhtsjdk.samtools.util.SortingCollection.Codec<RepresentativeReadIndexer> clone()decode()voidvoidvoid
-
Field Details
-
in
-
out
-
-
Constructor Details
-
RepresentativeReadIndexerCodec
public RepresentativeReadIndexerCodec()
-
-
Method Details
-
clone
- Specified by:
clonein interfacehtsjdk.samtools.util.SortingCollection.Codec<RepresentativeReadIndexer>- Overrides:
clonein classObject
-
setOutputStream
- Specified by:
setOutputStreamin interfacehtsjdk.samtools.util.SortingCollection.Codec<RepresentativeReadIndexer>
-
setInputStream
- Specified by:
setInputStreamin interfacehtsjdk.samtools.util.SortingCollection.Codec<RepresentativeReadIndexer>
-
getInputStream
-
getOutputStream
-
encode
- Specified by:
encodein interfacehtsjdk.samtools.util.SortingCollection.Codec<RepresentativeReadIndexer>
-
decode
- Specified by:
decodein interfacehtsjdk.samtools.util.SortingCollection.Codec<RepresentativeReadIndexer>
-