public class StreamBasedTabixIndexCreator extends AllRefsTabixIndexCreator
TabixIndexCreator that can write to an output stream.| Constructor and Description |
|---|
StreamBasedTabixIndexCreator(SAMSequenceDictionary sequenceDictionary,
TabixFormat formatSpec,
java.io.OutputStream out) |
| Modifier and Type | Method and Description |
|---|---|
Index |
finalizeIndex(long finalFilePosition)
Create the index, given the stream of features passed in to this point
|
addFeatureclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetIndexSequenceDictionarypublic StreamBasedTabixIndexCreator(SAMSequenceDictionary sequenceDictionary, TabixFormat formatSpec, java.io.OutputStream out)
public Index finalizeIndex(long finalFilePosition)
IndexCreatorfinalizeIndex in interface IndexCreatorfinalizeIndex in class AllRefsTabixIndexCreatorfinalFilePosition - the final file position, for indexes that have to close out with the final position