public class RepresentativeReadIndexerCodec extends java.lang.Object implements htsjdk.samtools.util.SortingCollection.Codec<RepresentativeReadIndexer>
Modifier and Type | Field and Description |
---|---|
protected java.io.DataInputStream |
in |
protected java.io.DataOutputStream |
out |
Constructor and Description |
---|
RepresentativeReadIndexerCodec() |
Modifier and Type | Method and Description |
---|---|
htsjdk.samtools.util.SortingCollection.Codec<RepresentativeReadIndexer> |
clone() |
RepresentativeReadIndexer |
decode() |
void |
encode(RepresentativeReadIndexer rni) |
java.io.DataInputStream |
getInputStream() |
java.io.DataOutputStream |
getOutputStream() |
void |
setInputStream(java.io.InputStream is) |
void |
setOutputStream(java.io.OutputStream os) |
public htsjdk.samtools.util.SortingCollection.Codec<RepresentativeReadIndexer> clone()
clone
in interface htsjdk.samtools.util.SortingCollection.Codec<RepresentativeReadIndexer>
clone
in class java.lang.Object
public void setOutputStream(java.io.OutputStream os)
setOutputStream
in interface htsjdk.samtools.util.SortingCollection.Codec<RepresentativeReadIndexer>
public void setInputStream(java.io.InputStream is)
setInputStream
in interface htsjdk.samtools.util.SortingCollection.Codec<RepresentativeReadIndexer>
public java.io.DataInputStream getInputStream()
public java.io.DataOutputStream getOutputStream()
public void encode(RepresentativeReadIndexer rni)
encode
in interface htsjdk.samtools.util.SortingCollection.Codec<RepresentativeReadIndexer>
public RepresentativeReadIndexer decode()
decode
in interface htsjdk.samtools.util.SortingCollection.Codec<RepresentativeReadIndexer>