public class BCFSplitGuesser extends Object
| Constructor and Description |
|---|
BCFSplitGuesser(htsjdk.samtools.seekablestream.SeekableStream ss)
The stream must point to a valid BCF file, because the header is read
from it.
|
BCFSplitGuesser(htsjdk.samtools.seekablestream.SeekableStream ss,
InputStream headerStream) |
| Modifier and Type | Method and Description |
|---|---|
long |
guessNextBCFRecordStart(long beg,
long end)
Finds a (virtual in the case of BGZF) BCF record position in the
physical position range [beg,end).
|
boolean |
isBGZF() |
static void |
main(String[] args) |
public BCFSplitGuesser(htsjdk.samtools.seekablestream.SeekableStream ss)
throws IOException
IOExceptionpublic BCFSplitGuesser(htsjdk.samtools.seekablestream.SeekableStream ss,
InputStream headerStream)
throws IOException
IOExceptionpublic boolean isBGZF()
public long guessNextBCFRecordStart(long beg,
long end)
throws IOException
IOExceptionpublic static void main(String[] args) throws IOException
IOExceptionCopyright © 2016. All rights reserved.